mkCalibration(tripEstimation)
mkCalibration()所属R语言包:tripEstimation
Create calibration of solar elevation to measured light level.
创建太阳高度角校正测得的光水平。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Using a set of light level data from a known location create a calibration function to return the expected light level given solar elevation.
光一组数据从一个已知的位置,创建一个校准功能,返回预期的光由于太阳高度角。
用法----------Usage----------
mkCalibration(x, known = NULL, elim = c(-36, 12), choose = TRUE)
参数----------Arguments----------
参数:x
a data frame containing at least gmt and light
一个数据框包含至少gmt和light
参数:known
a known position - as a 2-element c(x, y) coordinate
已知位置 - 2元c(x, y)协调
参数:elim
a 2-element vector of the range of solar elevation to define
太阳高度的范围内定义一个2元素的向量
参数:choose
logical - choose segments from a plot or use all the data?
逻辑 - 选择段的图或使用的所有数据?
Details
详细信息----------Details----------
It is assumed that the data frame x has columns "gmt" with POSIXct date-times and "light" with numeric light level data.
假定数据框x列“GMT”与POSIXct的日期,时间和“光”与数字光数据。
值----------Value----------
A function, defined by approxfun.
一个函数,定义为approxfun。
(作者)----------Author(s)----------
Michael D. Sumner
参见----------See Also----------
approxfun
approxfun
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|