nTpts {INSPEcT}R Documentation

Get the number of time points within the INSPEcT object

Description

A method to obtain the number of the tpts associated with the object of class INSPEcT

Usage

nTpts(object)

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

Arguments

object

An object of class INSPEcT

Value

A numeric that indicates the number of time points contained the object

Examples

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

[Package INSPEcT version 1.12.2 Index]