Learn R Programming

JOPS (version 0.2.0)

lidar: LIDAR data

Description

The lidar data frame has 221 observations from a light detection and ranging (LIDAR) experiment.

This data set was part of the package SemiPar, which is no longer available at CRAN in compiled form. Copied to JOPS with slight modifications of the documentation.

Usage

data(lidar)

Arguments

Format

This data frame contains the following columns:

range

distance travelled before the light is reflected back to its source.

logratio

logarithm of the ratio of received light from two laser sources.

References

Ruppert, D., Wand, M.P. and Carroll, R.J. (2003)
Semiparametric Regression Cambridge University Press.
https://drcarroll.wpengine.com/semiregbook/

Examples

Run this code
library(JOPS)
data(lidar)
attach(lidar)
plot(range,logratio)

Run the code above in your browser using DataLab