Learn R Programming

SWMPrExtension (version 1.1.6)

lm_p_labs: 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

Value

Returns data.frame for use with seasonal_dot

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.

See Also

lm