summary.RSiteSearch(RSiteSearch)
summary.RSiteSearch()所属R语言包:RSiteSearch
Summary Method for RSiteSearch
总结方法RSiteSearch
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Summary Method for RSiteSearch
总结方法RSiteSearch
用法----------Usage----------
## S3 method for class 'RSiteSearch':
summary(object, threshold = 1, ...)
参数----------Arguments----------
参数:object
An object of class RSiteSearch
对象的类RSiteSearch
参数:threshold
The minimum number of hits for a package to print. Default of 1 shows all packages.
包打印的最小数量的点击率。默认值为1显示了所有的软件包。
参数:...
ignored
忽视
Details
详细信息----------Details----------
1. Identify all packages with at least threshold hits.
1。识别所有的软件包与在至少threshold的点击。
2. Return an object of class c('summary.RSiteSearch', 'list') with summary information.
2。 C类(“summary.RSiteSearch,名单)返回一个对象的概要信息。
值----------Value----------
An object of class c('summary.RSiteSearch', 'list') with the following elements:
C类(“summary.RSiteSearch,名单)的对象包含下列元素:
<table summary="R valueblock"> <tr valign="top"><td>PackageSummary</td> <td> a data.frame with one row for each package and columns Package, Count, MaxScore, TotalScore, and Date. This summary is sorted per the sort. argument in the call to RSiteSearch.function. </td></tr> <tr valign="top"><td>threshold</td> <td> the threshold argument in this call to summary.RSiteSearch. </td></tr> <tr valign="top"><td>hits</td> <td> the total number of hits returned by RSiteSearch. This is an attribute of an RSiteSearch object; the number of rows of object will either be hits or maxPages*matchesPerPage, whichever is smaller. </td></tr> <tr valign="top"><td>nrow</td> <td> the number if hits actually returned by RSiteSearch.function. </td></tr> <tr valign="top"><td>call</td> <td> the matched call to RSiteSearch.function. </td></tr> </table>
<table summary="R valueblock"> <tr valign="top"> <TD> PackageSummary</ TD>一排为每个包<td>一个数据框和列Package, Count,MaxScore,TotalScore,Date。本摘要排序每sort.参数在调用RSiteSearch.function。 </ TD> </ TR> <tr valign="top"> <TD>threshold </ TD> <TD>threshold参数调用summary.RSiteSearch。 </ TD> </ TR> <tr valign="top"> <TD> hits</ TD> <TD>总数的点击返回RSiteSearch。这是一个属性的RSiteSearch对象的行数object是hits或MAXPAGES * matchesPerPage,以较小者为准。 </ TD> </ TR> <tr valign="top"> <TD> nrow</ TD> <TD>点击数,如果返回RSiteSearch.function。 </ TD> </ TR> <tr valign="top"> <TD> call</ TD> <TD>匹配的调用RSiteSearch.function。 </ TD> </ TR> </ TABLE>
(作者)----------Author(s)----------
Spencer Graves
参见----------See Also----------
RSiteSearch.function, RSiteSearch
RSiteSearch.function,RSiteSearch
实例----------Examples----------
z <- RSiteSearch.function("spline", maxPages = 2)
summary(z, 2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|