ggplot(white_led.raw_spct) +
geom_line() +
scale_y_counts_continuous() +
scale_x_wl_continuous()
ggplot(white_led.raw_spct) +
geom_line() +
scale_y_counts_continuous(unit.exponent = 0) +
scale_x_wl_continuous()
ggplot(white_led.raw_spct) +
geom_line() +
scale_y_counts_tg_continuous() +
scale_x_wl_continuous()
ggplot(white_led.raw_spct) +
geom_line() +
scale_y_counts_tg_continuous(unit.exponent = 0) +
scale_x_wl_continuous()
norm_led.raw_spct <- normalize(white_led.raw_spct[ , 1:2], norm = "max")
ggplot(norm_led.raw_spct) +
geom_line() +
scale_y_counts_continuous(normalized = getNormalized(norm_led.raw_spct)) +
scale_x_wl_continuous()
ggplot(norm_led.raw_spct) +
geom_line() +
scale_y_counts_tg_continuous(normalized = getNormalized(norm_led.raw_spct)) +
scale_x_wl_continuous()
Run the code above in your browser using DataLab