print.NpdeData: Prints objects from the npde package

View source: R/NpdeData-methods.R

print.NpdeDataR 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


npde documentation built on July 9, 2023, 5:20 p.m.