print.reslr_input {reslr}R 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)

[Package reslr version 0.1.1 Index]