attachData-methods: Attach/Remove Data

Description Arguments Details Value Author(s) See Also

Description

Attach/remove data from trees to/from ProcesSet.

Usage

attachData(object, treenames = character(0), varlist = character(0), outfile = "data.txt")

removeData(object)

Arguments

object

Object of class "ProcesSet".

treename

vector of tree names to export.

varlist

names of tree leaves to export

outfile

name of output file.

Details

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).

Value

A ProcesSet object.

Author(s)

Christian Stratowa

See Also

attachDataXY, attachInten


xps documentation built on Nov. 8, 2020, 6 p.m.