do.subset.distribution | R Documentation |
This function is provided to be overriden by developers. End users should instead call subset.distribution
do.subset.distribution(dist, keep.indices)
dist |
An object of class Distribution or a subclass |
keep.indices |
The numeric indices of which variables of the distribution (in the order they appear in var.names) to keep (this will be a subset of 1:dist@n.var) |
Not implemented by default
The wrapper subset.distribution
takes care of matching variables to their numeric indices. This function is only called by the wrapper if a proper subset (ie, not all the variables) is desired
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.