plot.hyperframe {geocausal} | R Documentation |
Plot estimates
Description
Plot estimates
Usage
## S3 method for class 'hyperframe'
plot(
x,
...,
col,
time_col = "time",
range,
lim = NA,
scalename = NA,
color = c("white", "#F8DAC5FF", "#F4825AFF", "#D2204CFF", "#771F59FF"),
combined = TRUE
)
Arguments
x |
input |
... |
arguments passed on to the function |
col |
the name/s of a column of interest. To specify multiple columns, users should list column names as a character vector. |
time_col |
The name of the column of time variable. By default, '"time"'. Note that the time variable must be integers. |
range |
vector that specifies the range of tiem variable (e.g., 'c("2007-01-01", "2007-01-31")') |
lim |
limits of the scale. By default, NA. To set limits manually, provide a vector or max and min |
scalename |
the name of the scale (for images only) |
color |
the color scale. By default, "white", "#F8DAC5FF", "#F4825AFF", "#D2204CFF", and "#771F59FF". |
combined |
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 |