lidar {HRW} | R Documentation |
The lidar
data frame has 221 pairs from a LIght Detection And Ranging (LIDAR) experiment.
data(lidar)
This data frame contains the following columns:
range
distance traveled before the light is reflected back to its source.
logratio
logarithm of the ratio of received light from two laser sources.
Sigrist, M. (Ed.) (1994). Air Monitoring by Spectroscopic Techniques (Chemical Analysis Series, vol. 197). New York: Wiley.
library(HRW) ; data(lidar)
plot(lidar$range,lidar$logratio)