lidar: Light detection and ranging

Description Usage Format Details Source Examples

Description

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.

Usage

1

Format

An object of class tbl_df (inherits from tbl, data.frame) with 221 rows and 2 columns.

Details

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

Source

Sigrist, M. (Ed.) (1994). Air Monitoring by Spectroscopic Techniques (Chemical Analysis Series, vol. 197). New York: Wiley.

Originally downloaded from http://matt-wand.utsacademics.info/webspr/lidar.txt. Also available in the HRW package.

Examples

1
2
data(lidar)
with(lidar, plot(range,logratio))

dajmcdon/ubc-stat406-labs documentation built on Aug. 18, 2020, 1:23 p.m.