Simple methods to generate histograms for select objects in ssExtra.
signature(x = "monteBigBAF")
This will generate as set of histograms for objects of class
monteBigBAF
. One can choose the sample sizes,
or display subplots for all sample sizes by default.
usage...
hist(x, n = NA, xlab = '', col = 'gray90', attribute = c('vol.bb', 'ba.bb', 'ba.ct', 'vol.ct', 'tvbar'), ... )
x
: An object that is a subclass of “monteBigBAF”.
n
: A vector of sample sizes specifying the
histogram subfigures; NA
plots all available sample
sizes.
xlab
: The label for the x-axis.
col
: A color for the histogram bars.
attribute
: The attribute means to plot: ‘vol.bb’ is volume
from the Big BAF surface; ‘ba.bb’ is basal area from that
surface; ‘ba.ct’ is basal area from the count surface; ‘vol.ct’ is
volume from the count surface; and ‘tvbar’ are the raw tree VBARs.
... : Other arguments to be passed on to the hist
function for objects of class monteNTSample
in “sampSurf”.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.