# NOT RUN {
# create fitness landscape with min value 1 and max value 27
values <- array(1:27, dim = rep(3, 3))
my_landscape <- FitLandDF(values)
# calculate maximum fitness value
max_fit(my_landscape)
# calculate minimum fitness value
min_fit(my_landscape)
# }
Run the code above in your browser using DataLab