tpts {INSPEcT}R Documentation

Accessor to the slot tpts of an INSPEcT object

Description

Accessor to obtain the tpts associated with the object of class INSPEcT

Usage

tpts(object)

## S4 method for signature 'INSPEcT'
tpts(object)

Arguments

object

An object of class INSPEcT

Value

A numeric that indicates time points contained the object

Examples

nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds'))
tpts(nascentInspObj10)

[Package INSPEcT version 1.14.0 Index]