get.dimensions: Get dimensions from COSERO parameters

View source: R/get.dimensions.r

get.dimensionsR Documentation

Get dimensions from COSERO parameters

Description

Get dimensions (NB, IZ, NZ) from COSERO parameters.

Usage

get.dimensions(x, full = TRUE)

Arguments

x

character string pointing towards a COSERO parameter file or giving an object derived from read_COSERO_par

full

logical. See details in return.

Value

If full == TURE a matrix giving the dimensions NB, IZ, NZ will be returned. If full == FALSE only the summary (NB, maxIZ per NB) will be returned.

Author(s)

Simon Frey

See Also

read_COSERO_par

Examples

    ### do not run ###
    get.dimensions("path/to/parameter_COSERO.par")
    
    x <- read_COSERO_par("path/to/parameter_COSERO.par")
    get.dimensions(x)

freysimon/TigeR documentation built on April 18, 2024, 4:57 p.m.