shiftTime | R Documentation |
Function to calculate the seasonal shift in the arriving of typical seasonal climates for a given period of interest as per Burrows et al. (2011).
shiftTime(r, yr1, yr2, yr0, th, m)
r |
|
yr1 |
|
yr2 |
|
yr0 |
|
th |
|
m |
|
a stack
with the long-term monthly trend (C/year for temperature in degrees; "mTrend"),
seasonal rate of change (C/month; "seaRate"), and seasonal shift (day/decade; "seaShift").
Jorge Garcia Molinos and Michael T. Burrows
Burrows et al. 2011. The pace of shifting climate in marine and terrestrial ecosystems. Science, 334, 652-655.
Apr <- shiftTime(HSST, yr1 = 1960, yr2 = 2009, yr0 = 1955, th = 10, m = 4)
plot(Apr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.