R/10_tools.R

subtype <- function(class, subtype) {
	if (subtype == "ANY") subtype <- ""
  paste(class, subtype, sep = "")
}
andreamelloncelli/funObject documentation built on May 7, 2019, 8:25 a.m.