lm_p_labs: P-Value labels for Plotting

View source: R/lm_p_labs.R

lm_p_labsR Documentation

P-Value labels for Plotting

Description

Generate a dataframe of p-value labels based on p-values from linear regression

Usage

lm_p_labs(dat_in)

Arguments

dat_in

data.frame with year, season, min, mean, max columns

Details

A helper function that returns a data.frame of p-value labels for use with the seasonal_dot. P-values are taken from linear regression lm.

Value

Returns data.frame for use with seasonal_dot

Author(s)

Julie Padilla, Dave Eslinger

See Also

lm


SWMPrExtension documentation built on April 21, 2023, 1:14 a.m.