dims | R Documentation |
Get Dimensions of Fitness Landscape
dims(x)
x |
FitLandDF object |
integer vector analogous to 'base::dim'
# create flat fitness landscape with dimensions 3x3x3 values <- array(0, dim = rep(3, 3)) my_landscape <- FitLandDF(values) # print dimensions dims(my_landscape)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.