dims: Get Dimensions of Fitness Landscape

View source: R/FitLandDF.R

dimsR 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)


fitscape documentation built on March 18, 2022, 5:57 p.m.

Related to dims in fitscape...