Last chance! 50% off unlimited learning
Sale ends in
trim_waveband(w.band, range = NULL, low.limit = 0, high.limit = Inf, trim = getOption("photobiology.waveband.trim", default = TRUE), use.hinges = TRUE)
w.band
.
clip_wl
,
trim_spct
, trim_tails
,
trim_wl
VIS <- waveband(c(380, 760)) # nanometres
trim_waveband(VIS, c(400,700))
trim_waveband(VIS, low.limit = 400)
trim_waveband(VIS, high.limit = 700)
Run the code above in your browser using DataLab