head(secr)
head()所属R语言包:secr
First or Last Part of an Object
第一个或最后一个对象的部分
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns the first or last parts of secr objects
用法----------Usage----------
## S3 method for class 'mask'
head(x, n=6L, ...)
## S3 method for class 'Dsurface'
head(x, n=6L, ...)
## S3 method for class 'traps'
head(x, n=6L, ...)
## S3 method for class 'capthist'
head(x, n=6L, ...)
## S3 method for class 'mask'
tail(x, n=6L, ...)
## S3 method for class 'Dsurface'
tail(x, n=6L, ...)
## S3 method for class 'traps'
tail(x, n=6L, ...)
## S3 method for class 'capthist'
tail(x, n=6L, ...)
参数----------Arguments----------
参数:x
"mask", "traps" or "capthist" object
“面具”,“陷阱”或“capthist”的对象
参数:n
a single integer. If positive, size for the resulting object: number of elements for a vector (including lists), rows for a matrix or data frame or lines for a function. If negative, all but the n last/first number of elements of x.
一个整数。如果是正数,大小,所产生的对象:一些元素的矢量(包括列表),行矩阵或数据框或行的功能。如果为负,但最后的n / x的元素的第一数目的。
参数:...
other arguments passed to subset
其他参数传递给subset
Details
详细信息----------Details----------
These custom S3 methods retain the class of the target object, unlike the default methods applied to "mask", "Dsurface", "traps" or "capthist" objects.
值----------Value----------
An object of the same class as x, but (usually) fewer rows.
对象的x,但相同的类(通常)较少的行。
参见----------See Also----------
head, tail
head,tail
实例----------Examples----------
head(possummask)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|