spZone.Rd
A wrapper function to annotate x axis range for ggplot2 graphs
spZone(xmin, xmax, fill = "red", alpha = 0.2, ...)
# S3 method for default
spZone(xmin, xmax, fill = "red", alpha = 0.2, ...)
# S3 method for formula
spZone(x, fill = "red", alpha = 0.2, ...)
Minimum value of x axis.
Maximum value of x axis.
Fill color.
Fill transperency.
further arguments to annotate
.
formula indicating min and max values (xmin ~ xmax
).