is.PhytopFilter {cyanoFilter}R Documentation

function to check if object is of class cyanoFilter(PhytoFilter)

Description

function to check if object is of class cyanoFilter(PhytoFilter)

Usage

is.PhytopFilter(x)

Arguments

x

any R object

Value

TRUE if object is of class PhytoFilter. FALSE otherwise

Examples

 x <- c(1, 5, 4)
 is.PhytopFilter(x)


[Package cyanoFilter version 1.0.0 Index]