Description Usage Arguments Details Value Author(s) Examples
The function creates a bar plot of mean Cropper values from a list
of the type as produced by pointer.norm
and highlights years identified as pointer years.
1 2 |
list.name |
a |
start.yr |
an |
end.yr |
an |
sd.disp |
a |
x.tick.major |
an |
x.tick.minor |
an |
The function makes a plot showing mean Cropper values; pointer years are indicated with dark-gray bars. If event years were defined using method.thresh "Neuwirth"
(pointer.norm
), different tones of gray indicate weak, strong and extreme pointer years, based on the most common event year class. Error bars can be set.
Bar plot.
Marieke van der Maaten-Theunissen and Ernst van der Maaten.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## Plot mean Cropper values and pointer years (method "Cropper")
data(s033)
py_c <- pointer.norm(s033, window = 5, method.thresh = "Cropper",
series.thresh = 75)
norm.plot(py_c, start.yr = 1950, end.yr = NULL,
sd.disp = FALSE, x.tick.major = 10, x.tick.minor = 5)
## Plot mean Cropper values and pointer years (method "Neuwirth")
data(s033)
py_n <- pointer.norm(s033, window = 5, method.thresh = "Neuwirth",
series.thresh = 75)
norm.plot(py_n, start.yr = 1950, end.yr = NULL,
sd.disp = FALSE, x.tick.major = 10, x.tick.minor = 5)
|
Loading required package: ggplot2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.