lidar | R Documentation |
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.
data(lidar)
This data frame contains the following columns:
distance travelled before the light is reflected back to its source.
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.
Ruppert, D., Wand, M.P. and Carroll, R.J. (2003)
Semiparametric Regression Cambridge University Press.
https://drcarroll.wpengine.com/semiregbook/
library(JOPS)
data(lidar)
attach(lidar)
plot(range,logratio)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.