nTpts {INSPEcT} | R Documentation |
A method to obtain the number of the tpts associated with the object of class INSPEcT
nTpts(object) ## S4 method for signature 'INSPEcT' nTpts(object)
object |
An object of class INSPEcT |
A numeric that indicates the number of time points contained the object
nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds')) nTpts(nascentInspObj10)