lidar {HRW} | R Documentation |
Light detection and ranging
Description
The lidar
data frame has 221 pairs from a LIght Detection And Ranging (LIDAR) experiment.
Usage
data(lidar)
Format
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.
Source
Sigrist, M. (Ed.) (1994). Air Monitoring by Spectroscopic Techniques (Chemical Analysis Series, vol. 197). New York: Wiley.
Examples
library(HRW) ; data(lidar)
plot(lidar$range,lidar$logratio)
[Package HRW version 1.0-5 Index]