write_slp_file: Write the slope data file

View source: R/Slope.R

write_slp_fileR Documentation

Write the slope data file

Description

Write the slope data file

Usage

write_slp_file(slp, path)

Arguments

slp

A slp object.

path

Path to write to.

Examples

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


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