powered by
Function to set by reference the "Tfr.type" attribute of an existing filter_spct or object_spct object
setTfrType(x, Tfr.type = c("total", "internal"))
a filter_spct or an object_spct object
a character string, either "total" or "internal"
x
Other Tfr attribute functions: getTfrType()
getTfrType()
# NOT RUN { my.spct <- polyester.spct getTfrType(my.spct) setTfrType(my.spct, "internal") getTfrType(my.spct) # }
Run the code above in your browser using DataLab