R语言【taxlist】——taxon_views(),add_view():分类列表中概念视图的管理。

Package taxlist version 0.2.4


Description

检索或替换类taxlist对象中的槽taxonViews。


Usage

R 复制代码
taxon_views(taxlist, ...)

## S3 method for class 'taxlist'
taxon_views(taxlist, ...)

taxon_views(taxlist, ...) <- value

## S3 replacement method for class 'taxlist'
taxon_views(taxlist, ...) <- value

add_view(taxlist, taxonViews, ...)

## S4 method for signature 'taxlist,data.frame'
add_view(taxlist, taxonViews, ...)

Arguments

参数【taxlist】:一个 taxlist 对象。

参数【...】:在方法之间传递的进一步参数。

参数【value】:类data.frame的对象,其中包含用于定义taxlist中包含的分类单元概念的限制的引用。

参数【taxonViews】:将在'taxlist'中插入分类单元视图的数据框架。


Details

分类单元视图在分类列表对象中指出确定各自分类单元概念界限的引用。在添加新概念时(参见add_concept()),相应的引用可能还没有出现在输入taxlist对象中。

分类单元视图一词由Zhong等人(1996)提出,对应于用于定义概念的参考文献。

这个函数从类taxlist的对象中检索slot taxonViews。

替换方法 taxon_views<- 替换槽taxonViews的全部内容,并且仅建议在从空原型构造新的taxlist对象时使用。


Value

带有添加视图的taxlist类的对象。


Example

R 复制代码
taxon_views(Easplist)
复制代码
  ViewID                                 secundum view_bibtexkey
1      1            African Plant Database (2012)  CJBGSANBI2012
2      2 Taxonomic Name Resolution Service (2018)       TNRS2018
3      3                    The Plant List (2013)        TPL2013
R 复制代码
sp_list <- add_view(taxlist = Easplist, taxonViews = data.frame(
        secundum = "Beentje et al. (1952)",
        Title = "Flora of Tropical East Africa",
        URL = "http://www.kew.org/science/directory/projects/FloraTropEAfrica.html"))

taxon_views(sp_list)
复制代码
  ViewID                                 secundum view_bibtexkey
1      1            African Plant Database (2012)  CJBGSANBI2012
2      2 Taxonomic Name Resolution Service (2018)       TNRS2018
3      3                    The Plant List (2013)        TPL2013
4      4                    Beentje et al. (1952)           <NA>
                          Title
1                          <NA>
2                          <NA>
3                          <NA>
4 Flora of Tropical East Africa
                                                                  URL
1                                                                <NA>
2                                                                <NA>
3                                                                <NA>
4 http://www.kew.org/science/directory/projects/FloraTropEAfrica.html
相关推荐
Le_ee10 分钟前
ctfweb:php/php短标签/.haccess+图片马/XXE
开发语言·前端·php
爱上好庆祝19 分钟前
学习js的第七天(wed APIs的开始)
前端·javascript·css·学习·html·css3
筑梦之路1 小时前
harbor数据库报错权限异常如何处理——筑梦之路
数据库·harbor
KaMeidebaby1 小时前
卡梅德生物技术快报|冻干工艺开发:注射用心肌肽全流程参数优化与工程化方案
前端·其他·百度·新浪微博
czlczl200209251 小时前
理解 MySQL 行锁:两阶段锁协议与热点更新优化
数据库·mysql
AllData公司负责人2 小时前
通过Postgresql同步到Doris,全视角演示AllData数据中台核心功能效果,涵盖:数据入湖仓,数据同步,数据处理,数据服务,BI可视化驾驶舱
java·大数据·数据库·数据仓库·人工智能·python·postgresql
哆啦A梦15882 小时前
20, Springboot3+vue3实现前台轮播图和详情页的设计
javascript·数据库·spring boot·mybatis·vue3
Moment2 小时前
面试官:如果产品经理给你多个需求,怎么让AI去完成❓❓❓
前端·后端·面试
每天吃饭的羊2 小时前
JSONP
前端
gogoing2 小时前
ESLint 配置字段说明
前端·javascript