make_var_labels(sun.spct)
# str() prints more compactly than print()
str(make_var_labels(sun.spct))
str(make_var_labels(normalize(sun.spct)))
str(make_var_labels(fscale(sun.spct)))
str(make_var_labels(sun_daily.spct))
str(make_var_labels(polyester.spct))
str(make_var_labels(normalize(polyester.spct)))
str(make_var_labels(fscale(polyester.spct)))
str(make_var_labels(white_led.cps_spct))
str(make_var_labels(white_led.raw_spct))
Run the code above in your browser using DataLab