print.NpdeData {npde} | R Documentation |
Prints objects from the npde package
Description
prints objects of classes NpdeData, NpdeSimData, NpdeRes and NpdeObject
Usage
## S3 method for class 'NpdeData'
print(x, nlines = 10, ...)
## S3 method for class 'NpdeRes'
print(x, nlines = 10, ...)
## S3 method for class 'NpdeObject'
print(x, nlines = 10, ...)
Arguments
x |
an object of class NpdeData, NpdeSimData, NpdeRes or NpdeObject |
nlines |
number of lines from the dataset to print |
... |
Additional arguments (ignored) |
Value
None
[Package npde version 3.5 Index]