plot.seas.change: Plot percent change from previous season

Description Usage Arguments Value Examples

View source: R/plot.seas.change.r

Description

Plot percent change from previous season

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'seas.change'
plot(
  sr,
  box = NULL,
  col = fields::tim.colors(100),
  par = c(2, 2),
  mar = c(2, 2, 2, 2)
)

Arguments

sr

list of seasonal raster results from

box

overlay of boxes for transfer areas

Value

a plot

Examples

1
2
3
4
5
6
7
8
# after running make.sim.track.par
simdatdf = ldply(simdat)
simdatdf$seas[simdatdf$Month%in%c(1,2,3)] = 1
simdatdf$seas[simdatdf$Month%in%c(4,5,6)] = 2
simdatdf$seas[simdatdf$Month%in%c(7,8,9)] = 3
simdatdf$seas[simdatdf$Month%in%c(10,11,12)] = 4
sr = dlply(simdatdf, 'seas', function(x) make.sim.raster(x, boxsize=60))
plot.seas.change(sr)

galuardi/SatTagSim documentation built on Nov. 15, 2020, 6:28 a.m.