#' @param dat Data is the output from function morpho.indices(). #' @param name Character vector of names for ALL samples INCLUDING reference. #' @param ref Index number (or name as character string) ...
#' Insert description of plot function. #' @param shadedRegion Numeric vector. Years denoting the shaded region of the plot (most recent 10) #' @param report Character string. Which SOE report ...
One of the most appealing things about R is its ability to create data visualizations with just a couple of lines of code. [This story is part of Computerworld’s “Beginner’s guide to R.” You’ll find ...
In the R programming language, the de facto standard framework for drawing rectangular coordinates is ggplot2. The most important feature of ggplot2 is that it is object-oriented and uses the plus ...