get_seafloor_dim: get_seafloor_dim

View source: R/get_seafloor_dim.R

get_seafloor_dimR Documentation

get_seafloor_dim

Description

Setup seafloor for model run.

Usage

get_seafloor_dim(seafloor)

Arguments

seafloor

Data.frame with seafloor values

Details

Returns dimensions, extent, and grain of seafloor data.frame.

Value

list

Examples

## Not run: 
reef <- matrix(data = c(-1, 0, 0, 1, 1, 0, 0, -1, 0, 0),
ncol = 2, byrow = TRUE)

seafloor <- setup_seafloor(dimensions = c(50, 50), grain = 1,
reef = reef, starting_values = default_starting)

get_seafloor_dim(seafloor = seafloor)

## End(Not run)


Allgeier-Lab/arrR documentation built on Feb. 13, 2025, 7:44 a.m.