is_normalized(sun.spct)
normalization(sun.spct)
sun_norm.spct <- normalize(sun.spct)
is_normalized(sun_norm.spct)
normalization(sun_norm.spct)
my_wband <- waveband(c(400,700))
is_normalized(my_wband)
normalization(my_wband)
Run the code above in your browser using DataLab