get.sst(tripEstimation)
get.sst()所属R语言包:tripEstimation
Read SST data from online service.
SST数据从在线服务。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Functions to read SST data from online services, by specifying spatial and temporal bounds.
函数来读取SST数据从联机服务,通过指定的时间和空间的界限。
用法----------Usage----------
get.sst(xlim = NULL, ylim = NULL, tlim = NULL, server = "http://atlas.nmfs.hawaii.edu/cgi-bin/reynolds_extract.py")
参数----------Arguments----------
参数:xlim
Longitude range of SST to read.
经度范围内的SST阅读。
参数:ylim
Latitude range of SST to read.
纬度SST阅读。
参数:tlim
Time range of SST to read.
时间范围SST阅读。
参数:server
Server to read from.
服务器读取。
Details
详细信息----------Details----------
This functionality was originally taken from the kfsst package by Anders Nielsen.
该功能最初是从kfsst包由Anders Nielsen的。
Longitude xlim range may be specified in [-180, 180] or [0, 360] convention. The result is given in [-180, 180].
经度xlim可以指定范围在[-180,180]或[0,360]惯例。的结果示于[-180,180]。
Time range must be given in POSIxct form.
时间范围必须在POSIxct形式。
值----------Value----------
A list object with the temperature data and coordinates. <table summary="R valueblock"> <tr valign="top"><td>x,y,t</td> <td> Coordinates of the temperature data </td></tr> <tr valign="top"><td>z</td> <td> Matrix or array of temperature data </td></tr>
一个List对象的温度数据和坐标。 <table summary="R valueblock"> <tr valign="top"> <TD> x,y,t</ TD> <TD>的温度数据的坐标</ TD> </ TR> <TR VALIGN =“顶“<TD> z</ TD> <TD>矩阵或阵列的温度数据</ TD> </ TR>
</table>
</ TABLE>
(作者)----------Author(s)----------
Michael D. Sumner
参考文献----------References----------
Original concept taken from kfsst: http://www.soest.hawaii.edu/tag-data/tracking/kfsst/
参见----------See Also----------
See Also mkMaskObject for the use of these data for masks.
请参见mkMaskObject口罩使用这些数据。
实例----------Examples----------
## Not run: [#不运行:]
d0 <- read.url.sst(tlim = range(ISOdatetime(2009, 1:3, 1, 0, 0, 0)))
image(d0$x, d0$y, d0$z[,,1], axes = TRUE)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|