美文网首页
20190427-R语言循环函数apply家族简介mapply

20190427-R语言循环函数apply家族简介mapply

作者: 天空的小白 | 来源:发表于2019-04-27 12:11 被阅读0次

-Usage
mapply(FUN, ..., MoreArgs = NULL, SIMPLIFY = TRUE,
USE.NAMES = TRUE)
将多个向量(…表示,可以是原子向量,也可以是list)的每个元素
分别作为FUN的参数
-Arguments
...
可以是原子向量,也可以是list
MoreArgs
a list of other arguments to FUN.
USE.NAMES
logical; use names if the first ... argument has names, or if it is a character vector,
use that character vector as the names.
-Example

mapply
mapply
mapply

相关文章

网友评论

      本文标题:20190427-R语言循环函数apply家族简介mapply

      本文链接:https://www.haomeiwen.com/subject/tdohnqtx.html