R has a vast collection of functions. This is an attempt to organize them into functional categories:
Random number distributions and sampling
Character String operations
File I/O
Formatting output
hist.log10.R | Semi-log10 histogram plot |
plotxyerr.R | X-Y plot with error bars |
cartesian.R | cartesian product of two vectors |
least_squares_linear.R | linear least squares fit, performed without using R's built-in regression routines |
str2log10.R | Convert Blast output e-val strings to numeric log10 values |