is.rsm: Check whether an object is of the 'rsm' class

View source: R/is_rsm.R

is.rsmR Documentation

Check whether an object is of the 'rsm' class

Description

Checks object to see if it is an 'rsm' object. An 'rsm' object is a list with elements 'cellIDs', 'cellsToUse', 'mesh', 'dates', and 'stage'

Usage

is.rsm(x)

Arguments

x

object to check

Value

logical

Examples

is.rsm(month.abb) # FALSE


troyhill/RSM documentation built on Aug. 23, 2022, 2:40 p.m.