print.doremidata {doremi} | R Documentation |
S3 method to print DOREMIDATA objects
Description
print.doremidata
prints the a DOREMIDATA object
Usage
## S3 method for class 'doremidata'
print(x, ...)
Arguments
x |
DOREMIDATA object |
... |
includes the additional arguments inherited from the generic print method |
Value
Returns the DOREMIDATA object (datatable))
Examples
time <- 0:100
data <- generate.panel.2order(time = time,
y0 = 10,
v0 = 0,
xi = 0.1,
period = 30,
k = 1,
yeq = 2,
nind = 6,
internoise = 0.3,
intranoise = 5)
data
[Package doremi version 1.0.0 Index]