Slope: Create a Slope Class

SlopeR Documentation

Create a Slope Class

Description

The slope class constructor appends the Slope class to the slope data frame. The constructor validates the slope data frame, and the slope class provides functionality to plot the elevation and slope plot, and to interpolate the slope data

Usage

new_Slope(slp = data.frame())

Arguments

slp

A slope data frame

Value

Slope object with class Slope and data.frame

Examples

fpath_slp <- system.file("extdata", "071000090603_2.slp", package="WEPPR")
slp <- read_slp(fpath_slp)

jarad/WEPPR documentation built on Nov. 3, 2023, 5:42 a.m.