makedata | R Documentation |
Make data of stands according to defined
factor1,factor2,factor3
.
makedata(data, factor1 = "", factor2 = "", factor3 = "")
data |
data frame containing optional factors
|
factor1 , factor2 , factor3 |
optional variables of the data frame that define subsets to consider. |
A list of data.
# require(BiodiversityR)
# data(ifri, package = "BiodiversityR")
# a1=makedata(ifri, factor1 = "forest", factor2 = "plotID", factor3 = "species")
# a2=makedata(ifri, factor1 = "species")
# makedata(ifri, factor2 = "")
# identical(makedata(ifri), ifri)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.