Plot estimates
# S3 method for hyperframe
plot(
x,
...,
col,
time_col = "time",
range,
lim = NA,
main = "Image object",
scalename = NA,
color = c("white", "#F8DAC5FF", "#F4825AFF", "#D2204CFF", "#771F59FF"),
combined = TRUE
)
input
arguments passed on to the function
the name/s of a column of interest.
The name of the column of time variable. By default, `"time"`. Note that the time variable must be integers.
vector that specifies the range of tiem variable (e.g., `c("2007-01-01", "2007-01-31")`)
limits of the scale. By default, NA. To set limits manually, provide a vector or max and min
title To specify multiple columns, users should list column names as a character vector.
the name of the scale (for images only)
the color scale. By default, "white", "#F8DAC5FF", "#F4825AFF", "#D2204CFF", and "#771F59FF".
logical. `combined` specifies whether to combine all the point processes to one plot. This argument applies only to the case when users specify one column with multiple time periods. By default = TRUE