function to check if object is of class cyanoFilter(PhytoFilter)
is.PhytopFilter(x)
x
any R object
TRUE if object is of class PhytoFilter. FALSE otherwise
x <- c(1, 5, 4) is.PhytopFilter(x)