dims {fitscape}R Documentation

Get Dimensions of Fitness Landscape

Description

Get Dimensions of Fitness Landscape

Usage

dims(x)

Arguments

x

FitLandDF object

Value

integer vector analogous to 'base::dim'

Examples

# create flat fitness landscape with dimensions 3x3x3
values <- array(0, dim = rep(3, 3))
my_landscape <- FitLandDF(values)

# print dimensions
dims(my_landscape)


[Package fitscape version 0.1.0 Index]