Learn R Programming

doremi (version 1.0.0)

print.doremidata: S3 method to print DOREMIDATA objects

Description

print.doremidata prints the a DOREMIDATA object

Usage

# S3 method for doremidata
print(x, ...)

Arguments

x

DOREMIDATA object

...

includes the additional arguments inherited from the generic print method

Value

Returns the DOREMIDATA object (datatable))

Examples

Run this code
# NOT RUN {
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
# }

Run the code above in your browser using DataLab