abs_to_rel | Convert absolute path to relative one |
addCumSums | Add cumulative sums (standard and normalized) of a column to... |
addFilter | Add a file type to file extensions |
addQuotes | Add quotes to a character string vector. |
addTransparency | Add transparency to a vector of colors |
aggregateDataframe | Aggregate a dataframe according to "factor" levels. |
applyCutPts | Determine bins by applying a vector of cutpoints |
boxify | "Boxify" x,y vectors for a "boxy" xy plot |
calcCIs | Compute confidence intervals from cv's or standard deviations |
calcColumnDiffs | Calculate differences between dataframe columns by row |
calcMidpoints | Calculate midpoints from a vector ofcuutpoints |
calcPercentNonzero | Calculate percent non-zero occurrences from a set of... |
checkKeyword | Check string against keyword and stop if unequal |
checkValidType | Check a value (type) against a vector of valid types |
computeFunctionByFactors | Compute results using an arbitrary function on columns in a... |
computeStats | computeStats: Calculate count, mean, stdev, and cv of a... |
computeStats.dataframe | computeStats.dataframe: Calculate count, mean, stdev, and cv... |
computeStats.matrix | computeStats.matrix: Calculate count, mean, stdev, and cv of... |
computeStats.vector | Returns count, mean, stdev, and cv of vector x |
computeTickInterval | Calculate nice tick intervals for a scale. |
concatenateCSVs | Concatenate csv files into one |
convertToNumeric | Convert a character vector to numeric values |
count | Returns count of x (ignoring NAs) |
createColorPalette | Create a color palette |
createColorScale | Create a function defining a color scale |
createFormulas | Create a set of formulas from combinations of terms in one |
createGridForCategories | Create a 'tibble' tibble describing a rectangular grid... |
createRectGrid | Create a 'tibble' tibble describing a rectangular grid |
cvp | Calculate the cv (or std dev, if mean=0) of a vector. |
deleteCol | Delete column in a dataframe or matrix |
deleteCols | Delete columns in a dataframe or matrix |
doMenu | Create a menu of items |
dropLevels | Drop factor levels from a dataframe |
dropNAs | Removes all rows from a dataframe based on columns that... |
extractWord | Extract a vector of the n-th word by location from a vector... |
first_difference | Calculate the first difference of a vector. |
formatZeros | formatZeros: replace blanks with 0's in printed numbers |
GeomMean | Calculate geometric mean with NAs removed |
getCaptionsFromGGPlotList | Extract captions from list of plots in printGGList format |
getCSV | Open a csv file as a dataframe. |
getFactorLevels | Find the unique combination of levels of a set of "factors"... |
getFileExtension | Get the extension from a filename |
getFileStructure | Get file structure |
getFolderStructure | Get folder structure |
getFunctionName | Get the name of a function |
getIntervalLimits | Get interval limits (cut points) from a vector of midpoints |
getListElementPaths | Get paths to all terminal list elements as a character vector |
getObj | Get a saved object from an RData file |
getObjNames | Get the names of objects saved in an RData file |
getOperatingSystem | Get the operating system name. |
gg_CreateColors | Create a vector of colors based on a color scale |
gg_FixOnePlotDim | Calculate the missing dimension of a ggplot2 object given the... |
gg_GetPlotDims | Get dimensions of a ggplot2 object or derived gtable |
gg_GetPlotLayout | Get the layout dataframe from a ggplot2 or gtable object |
gg_GetPlotSizeInfo | Get info on grob sizes of a ggplot2 object or derived gtable |
gg_SavePlotWithOneFixedDim | Save a ggplot2 plot to a file, specifying the size of one... |
gg_ShowPlotDims | Determine and show dimensions of a ggplot2 object or derived... |
gg_ShowPlotGrobs | Show component "grobs" of a ggplot2 object (and get info on... |
HarmMean | Calculate harmonic mean with NAs removed |
isBlankString | Test if character string is only whitespace (i.e., blank) |
isValidDate | Test if object is a valid date |
keepCols | Keep columns from a dataframe |
listPackageFiles | Get a vector of filenames associated with a package |
mod | Calculate the modulus of two numbers |
my.lapply | my version of lapply |
parseDays | Convert character vector of dates to numeric vector of... |
parseMonths | Convert character vector of dates to numeric vector of months |
parseNum | Parse numeric expressions from a character vector. |
parseText | Parse text in character vector into individual elements by... |
parseYears | Convert character vector of dates to numeric vector of... |
pause | Pause R for a defined time |
printGGList | Print a ggplot2 object, or list of ggplot2 objects |
rebinColumn | Rebin a column in dataframe |
reclassify | Reclassify values in a vector. |
rectify | "Rectify" x,y vectors for a ggplot2::geom_rect xy plot |
rootMedianSquare | Compute the root median square deviation (rmsd) of a vector |
saveObj | Save an R object to an RData file with name 'obj' |
selectFile | Select a file |
sortBy | sort a dataframe by row according to columns. |
standardize | Standardize a vector or columns in a dataframe by converting... |
standardize.vector | Standardize a vector by converting to z-scores. |
stripComments | Strip comments from elements of a character vector |
stripQuotes | Strip quotes from a character string vector. |
substituteValues | Substitute final values for original values in a vector |
Sum | Sum with NAs removed |
sumBy | Sum variables in a dataframe by a set of factor levels |
sumByDims | Sum array by specified dimensions |
trimByResiduals | Trim rows from a dataframe based on a vector of residuals. |
unstackDataframe | Unstack columns in a dataframe by a set of factor levels |
valid_indices | Determine valid indices |
writeTableToPDF | Create a pdf file from latex from a tabular object. |
writeTexToPDF | Create a pdf file from a tex string and tex template. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.