print.doremidata function

S3 method to print DOREMIDATA objects

S3 method to print DOREMIDATA objects

print.doremidata prints the a DOREMIDATA object

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

Arguments

  • x: DOREMIDATA object
  • ...: includes the additional arguments inherited from the generic print method

Returns

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
  • Maintainer: Mongin Denis
  • License: GPL-3
  • Last published: 2021-01-29