Learn R Programming

npde (version 3.5)

print.NpdeData: Prints objects from the npde package

Description

prints objects of classes NpdeData, NpdeSimData, NpdeRes and NpdeObject

Usage

# S3 method for NpdeData
print(x, nlines = 10, ...)

# S3 method for NpdeRes print(x, nlines = 10, ...)

# S3 method for NpdeObject print(x, nlines = 10, ...)

Value

None

Arguments

x

an object of class NpdeData, NpdeSimData, NpdeRes or NpdeObject

nlines

number of lines from the dataset to print

...

Additional arguments (ignored)