lidar: Light detection and ranging

Description Usage Format Source Examples

Description

The lidar data frame has 221 pairs from a LIght Detection And Ranging (LIDAR) experiment.

Usage

1

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

1
2
library(HRW) ; data(lidar)
plot(lidar$range,lidar$logratio)

HRW documentation built on Nov. 23, 2021, 9:07 a.m.

Related to lidar in HRW...