str: Compact display of the structure of a process data object.

Description Usage Arguments Details Value Author(s) See Also Examples

Description

This method extends the str function from the utils package to display the complete structure of a process data object. Data are stored in environments for those objects, and this method lists the content of the environments in addition to other slots in the object.

Usage

1
2
3
4
5
6
## S4 method for signature 'ProcessData'
str(object, ...)
## S4 method for signature 'ContinuousProcess'
str(object, ...)
## S4 method for signature 'MarkedPointProcess'
str(object, ...)

Arguments

object

a process object.

...

additional arguments.

Details

The method was implemented to provide more meaningful structure information for process data objects. The default method reports the environment reference for environment slots only, but not the the content of the environments.

To get the classical structure information for process data objects call utils:::str.default instead, see the examples.

Value

str does not return anything, but prints out the structure information for the object.

Author(s)

Niels Richard Hansen, Niels.R.Hansen@math.ku.dk.

See Also

str

Examples

1
2
3
4

ppstat documentation built on May 2, 2019, 5:26 p.m.