outputSOptimCalData: Basic output functions for SOptim.CalData calibration data...

outputSOptimCalDataR Documentation

Basic output functions for SOptim.CalData calibration data objects

Description

Provides a set of generic output functions for summary, print, head and tail methods.

Usage

summary.SOptim.CalData(object, ...)

print.SOptim.CalData(x, ...)

## S3 method for class 'SOptim.CalData'
head(x, n = 6L, ...)

## S3 method for class 'SOptim.CalData'
tail(x, n = 6L, ...)

Arguments

...

Additional arguments to pass to print functions.

x, object

An object of class SOptim.CalData.

n

a single integer. If positive, size for the resulting object: number of rows for a matrix or data frame. If negative, all but the n last/first number of elements of x (default: 6L).


joaofgoncalves/SegOptim documentation built on Feb. 5, 2024, 11:10 p.m.