extract_df {fitscape} | R Documentation |
Extract Data Frame Representation of Fitness Landscape
Description
Extract Data Frame Representation of Fitness Landscape
Usage
extract_df(x)
Arguments
x |
FitLandDF object |
Value
data frame representation of fitness landscape
Examples
# 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)
[Package fitscape version 0.1.0 Index]