lidar(SemiPar)
lidar()所属R语言包:SemiPar
LIDAR data
LIDAR数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The lidar data frame has 221 observations from a light detection and ranging (LIDAR) experiment.
lidar数据框有221光探测和测距(LIDAR)实验观测。
用法----------Usage----------
data(lidar)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
rangedistance travelled before the light is reflected back to its source.
rangedistance旅行前的光被反射回其源。
logratiologarithm of the ratio of received light from two laser sources.
logratiologarithm来自两个激光源接收的光的比率。
源----------Source----------
Sigrist, M. (Ed.) (1994). Air Monitoring by Spectroscopic Techniques (Chemical Analysis Series, vol. 197). New York: Wiley.
SIGRIST,M.(编)(1994)。空气监测光谱技术(化学分析,第197卷)。北京:科学出版社。
参考文献----------References----------
Ruppert, D., Wand, M.P. and Carroll, R.J. (2003)<br> Semiparametric Regression Cambridge University Press.<br> http://stat.tamu.edu/~carroll/semiregbook/
实例----------Examples----------
library(SemiPar)
data(lidar)
attach(lidar)
plot(range,logratio)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|