Description Arguments Details Value Author(s) See Also
Attach/remove data from trees to/from ProcesSet.
Usage
attachData(object, treenames = character(0), varlist = character(0), outfile = "data.txt")
removeData(object)
object |
Object of class |
treename |
vector of tree names to export. |
varlist |
names of tree leaves to export |
outfile |
name of output file. |
attachData exports varlist from tree(s) with treenames and and saves the result
as data.frame in slot data. Possible values of parameter varlist are described
in export.
removeData removes data from slot data and replaces data.frame data
with an empty data.frame of dim(0,0).
A ProcesSet object.
Christian Stratowa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.