powered by
Get Dimensions of Fitness Landscape
dims(x)
FitLandDF object
integer vector analogous to `base::dim`
# NOT RUN { # create flat fitness landscape with dimensions 3x3x3 values <- array(0, dim = rep(3, 3)) my_landscape <- FitLandDF(values) # print dimensions dims(my_landscape) # }
Run the code above in your browser using DataLab