load.boxplot | R Documentation |
Loads a datafile containing summary boxplot data to use as reference for site-specific plots
load.boxplot(filename=NULL, name='bxpdata')
filename |
the name of the file containing the summarised data, typically ending in 'year.Rdata' or '_speciesxxxx.RData' |
name |
the name of the object to store the boxplot data in |
A list with three components:
ds |
the (subsetted) dataset |
ds.bxp |
data for the boxplot in summary form |
ds.attr |
some useful attributes |
No error checking is done so make sure you load the right file!
Rob Robinson
save.boxplot
, siteplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.