# NOT RUN {
# create fitness landscape with non-zero variance and standard deviation
values <- array(1:27, dim = rep(3, 3))
my_landscape <- FitLandDF(values)
# calculate variance
variance(my_landscape)
# calculate standard deviation
sdev(my_landscape)
# }
Run the code above in your browser using DataLab