get_theilsen: Function to get slope and intercept from Theil-Sen slope for...

View source: R/trends.R

get_theilsenR Documentation

Function to get slope and intercept from Theil-Sen slope for plotting

Description

Function to get slope and intercept from Theil-Sen slope for plotting

Usage

get_theilsen(df, x = "analysis_result", y = "sample_date", ...)

Arguments

df

dataframe of groundwater data in tidy format

x

column for analysis result

y

column for sample date

...

other arguements passed to @seealso [kendallTrendTest()]


jentjr/gwstats documentation built on Jan. 12, 2024, 9:40 p.m.