r expand.grid

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了r expand.grid相关的知识,希望对你有一定的参考价值。

expand.grid() function creates a data frame from all combinations of the supplied vectors or factors.

subtype <- c("green","red","yellow")
height <- c("3.2","2.5","6.1")
sex <- c("M","F","F")
expand.grid(subtype,height,sex)

以上是关于r expand.grid的主要内容,如果未能解决你的问题,请参考以下文章

r expand.grid

expand.grid 的非冗余版本

expand.grid 的动态参数

粘贴网格 -- expand.grid 用于字符串连接

了解 Plotly 中的 3D 轨迹

使用 R 创建热图