extract_df | R Documentation |
Extract Data Frame Representation of Fitness Landscape
extract_df(x)
x |
FitLandDF object |
data frame representation of fitness landscape
# create fitness landscape values <- array(1:27, dim = rep(3, 3)) my_landscape <- FitLandDF(values) # extact data frame representation my_df <- extract_df(my_landscape)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.