求教,R语言car包里的vPlots函数怎么没有了

更多相关文档R语言学习之car包中的recode函数
对于变量的重编码,主要有几种方法:1、硬编码;2、自带的cut函数;3、car包中的recode函数;4、doBy包中的recodevar函数。下面介绍下car包中的recode函数。
recode(var, recodes, as.factor.result, as.numeric.result=TRUE, levels)
安装:install.packages("car")
&libarary(car)
&x&-c(10:100)
&recode(x,"lo:60='C';61:80='B';81-hi='A';else='NULL'")
&注释:lo表示最小值;hi表示最大值。
已投稿到:
以上网友发言只代表其个人观点,不代表新浪网的观点或立场。急!R语言加载tm包以后用Dictionary函数,为什么报错说没有这个函数,请大神帮忙_百度知道
急!R语言加载tm包以后用Dictionary函数,为什么报错说没有这个函数,请大神帮忙
我有更好的答案
libarary(tm)加载过没有?要不就试试tm::Dictionary或者反过来
采纳率:72%
为您推荐:
其他类似问题
换一换
回答问题,赢新手礼包
个人、企业类
违法有害信息,请在下方选择后提交
色情、暴力
我们会通过消息、邮箱等方式尽快将举报结果通知您。RStudio快捷键 - 为程序员服务
RStudio快捷键
Windows & Linux
移动鼠标到控制台
控制台清屏
移动鼠标至第一行
Command+Left
移动鼠标至最后一行
Command+Right
历史记录翻滚
弹出历史记录栏
Command+Up
终止目前命令
改变工作路径
Ctrl+Shift+K
Ctrl+Shift+K
Windows & Linux
移动鼠标到文件搜索区
移动鼠标至文件编辑区
新文档(chrome除外)
Ctrl+Shift+N
Command+Shift+N
保存当前文档
关闭当前文档(chrome除外)
关闭当前文档(chrome)
Ctrl+Shift+Z
Command+Shift+Z
关闭所有文档
Ctrl+Shift+W
Command+Shift+W
Ctrl+Shift+Y
Command+Shift+Y
转换为HTML
Ctrl+Shift+H
Command+Shift+H
编译PDF (TeX and Sweave)
Ctrl+Shift+I
Command+Shift+I
Ctrl+Alt+I
Command+Option+I
插入代码块
Ctrl+Shift+R
Command+Shift+R
运行当前行
Ctrl+Enter
Command+Enter
重新运行当前区
Ctrl+Shift+P
Command+Shift+P
运行当前文档
Ctrl+Alt+R
Command+Option+R
从开始运行至当前行
Ctrl+Alt+B
Command+Option+B
从当前行运行至结尾
Ctrl+Alt+E
Command+Option+E
运行当前函数定义
Ctrl+Alt+F
Command+Option+F
运行当前块
Ctrl+Alt+C
Command+Option+C
运行下一个块
Ctrl+Alt+N
Command+Option+N
执行一个文件
Ctrl+Shift+O
Command+Shift+O
执行当前文档
Ctrl+Shift+S
Command+Shift+S
执行当前文档并且显示
Ctrl+Shift+Enter
Command+Shift+Enter
Command+Option+L
Shift+Alt+L
Command+Shift+Option+L
Command+Option+0
Shift+Alt+0
Command+Shift+Option+0
Shift+Alt+G
Command+Shift+Option+G
Shift+Alt+J
Command+Shift+Option+J
Ctrl+Alt+Down
Ctrl+Option+Down
Win: Ctrl+Alt+Left, Linux: Ctrl+PageUp
Ctrl+Option+Left
Win: Ctrl+Alt+Right, Linux: Ctrl+PageDown
Ctrl+Option+Right
Ctrl+Shift+Alt+Left
Ctrl+Shift+Option+Left
Ctrl+Shift+Alt+Right
Ctrl+Shift+Option+Right
Command+F9
Command+F10
从选择中抽取函数
Ctrl+Shift+U
Command+Shift+U
注释/取消注释当前行
Ctrl+Shift+C
Command+Shift+C
Ctrl+Shift+/
Command+Shift+/
Transpose Letters
Move Lines Up/Down
Alt+Up/Down
Option+Up/Down
Copy Lines Up/Down
Ctrl+Alt+Up/Down
Command+Option+Up/Down
Jump to Matching Brace/Paren
Find and Replace
Win: F3, Linux: Ctrl+G
Find Previous
Win: Shift+F3, Linux: Ctrl+Shift+G
Command+Shift+G
Replace and Find
Find in Files
Ctrl+Shift+F
Command+Shift+F
Check spelling
Editing (Console and Source)
Description
Windows & Linux
Ctrl+Shift+Z
Command+Shift+Z
Select All
Jump to Word
Ctrl+Left/Right
Option+Left/Right
Jump to Start/End
Ctrl+Home/End or Ctrl+Up/Down
Command+Home/End or Command+Up/Down
Delete Line
Shift+[Arrow]
Shift+[Arrow]
Select Word
Ctrl+Shift+Left/Right
Option+Shift+Left/Right
Select to Line Start
Shift+Home
Command+Shift+Left or Shift+Home
Select to Line End
Command+Shift+Right or Shift+End
Select Page Up/Down
Shift+PageUp/PageDown
Shift+PageUp/Down
Select to Start/End
Ctrl+Shift+Home/End or Shift+Alt+Up/Down
Command+Shift+Up/Down
Delete Word Left
Ctrl+Backspace
Option+Backspace or Ctrl+Option+Backspace
Delete Word Right
Option+Delete
Delete to Line End
Delete to Line Start
Option+Backspace
Tab (at beginning of line)
Tab (at beginning of line)
Yank line up to cursor
Yank line after cursor
Insert currently yanked text
Insert assignment operator
Show help for function at cursor
Show source code for function at cursor
Completions (Console and Source)
Description
Windows & Linux
Attempt completion
Tab or Ctrl+Space
Tab or Command+Space
Navigate candidates
Accept selected candidate
Enter, Tab, or Right
Enter, Tab, or Right
Dismiss completion popup
Description
Windows & Linux
Goto File/Function
Move cursor to Source Editor
Move cursor to Console
Move focus to Help
Show History
Show Files
Show Plots
Show Packages
Show Workspace
Show Git/SVN
Show Build
Sync Editor and PDF Preview
Command+F8
Description
Windows & Linux
Build and Reload
Ctrl+Shift+B
Command+Shift+B
Load All (devtools)
Ctrl+Shift+L
Command+Shift+L
Check Package
Ctrl+Shift+E
Command+Shift+E
Description
Windows & Linux
Previous plot
Ctrl+Shift+PageUp
Command+Shift+PageUp
Ctrl+Shift+PageDown
Command+Shift+PageDown
Show manipulator
Ctrl+Shift+M
Command+Shift+M
Description
Windows & Linux
Diff active source document
Ctrl+Shift+D
Command+Shift+D
Commit changes
Ctrl+Shift+M
Command+Shift+M
Scroll diff view
Ctrl+Up/Down
Ctrl+Up/Down
Stage/Unstage (Git)
Stage/Unstage and move next (Git)
(C) 2013 RStudio, Inc.
原文地址:, 感谢原作者分享。
您可能感兴趣的代码怎么才能查看R语言某个包某函数源码_百度知道
怎么才能查看R语言某个包某函数源码
我有更好的答案
  首先,一个扩展包中定义的函数有区分公开和不公开的,会在扩展包根目录下的NAMESPACE文件中定义是否Export,如果一个函数没有Export,则为不公开的函数,只能在包内部调用。  lattice::qq是一个Generic Function,就像是plot,summary等函数,是由对象的class来确定实际执行的函数(例如对于data frame,执行summary时会执行summary.data.frame,对于lm会执行summary.lm等等,都不是则会执行summary.default)这是R S3 面向对象系统的设计。
如果是程序包中自己带的函数,可用以下操作:&点击左侧Packages点击中间Table of available packages, sorted by date of publication链接,进入包的列表界面ctrl+F组合键在网页中搜索你关心的R包,例如包WGCNA,点击进入此R包主界面点击Downloads下面的Package&source:
&WGCNA_1.51.tar.gz解压此包,然后找到里面名字为R的文件夹,里面都是R语言包中包含的R的函数的代码如果是在bioconductor中的包,可以在bioconductor官网中搜索此R包,进入此包界面,下载.tar.gz的这个文件,寻找方法如上.
为您推荐:
换一换
回答问题,赢新手礼包
个人、企业类
违法有害信息,请在下方选择后提交
色情、暴力
我们会通过消息、邮箱等方式尽快将举报结果通知您。

我要回帖

更多关于 凯立德c car版v7.0 的文章

 

随机推荐