print.reslr_input: Print a reslr output object which is created from the...

View source: R/print.reslr_input.R

print.reslr_inputR Documentation

Print a reslr output object which is created from the reslr_load function.

Description

In this function, the reslr input object is printed. This is a high-level summary which provides the number of observations and the number of sites utilised in the dataset.

Usage

## S3 method for class 'reslr_input'
print(x, ...)

Arguments

x

An object of class reslr_input

...

Other arguments (not supported)

Value

A neat presentation of your input reslr object

Examples

data <- NAACproxydata %>% dplyr::filter(Site == "Cedar Island")
reslr_input <- reslr_load(data = data)
print(x = reslr_input)

reslr documentation built on July 9, 2023, 7:54 p.m.