/fun_scripts

a repository of fun scripts I have written

Primary LanguageR

Scripts that are fun!

This repository houses scripts that I have written for the pure thrill of learning computer programming.

Scripts

A short description of each script

JPEG2ColorPal.R

Reduces a jpeg to a color palette of n size. Number of colors is determined by the second argument.
For detailed information use no argument

R
|- jpeg
|- ggplot2

Basic usage: Rscript JPEG2ColorPal.R file.jpg Number_of_colors_in_palette
Original author: Jacob Steenwyk