timeSerPlot.eight: Call 'timeSerPlot()' eight times to create MEPS Figure 1,...

View source: R/plotting.R

timeSerPlot.eightR Documentation

Call timeSerPlot() eight times to create MEPS Figure 1, eight methods applied to 30 years of data

Description

For each of the eight methods in turn, call timeSerPlot() to add a panel with the estimated $b$ and 95\ year of IBTS data, and then fit a regression through the estimates. Called in vignette MEPS_IBTS_2.Rmd.

Usage

timeSerPlot.eight(fullResults.local = fullResults)

Arguments

fullResults.local

Results from applying eight methods to a dataset. Must be in same format as fullResults which is for the IBTS data. Not tested yet with other data sets.

Value

Dataframe with one row for each of the main eight methods, where each row is an output from timeSerPlot() and so has columns:

  • Method: method used

  • Low: lower bound of 95\

  • Trend: gradient of regression fit

  • High: upper bound of 95\

  • p: p-value of regression fit

  • Rsquared: r-squared of regression fit

  • adjRsquared: adjusted r-squared of regression fit

Author(s)

Andrew Edwards


andrew-edwards/sizeSpectra documentation built on June 28, 2023, 7:09 p.m.