autoplot.saehb | R Documentation |
Autoplot
## S3 method for class 'saehb'
autoplot(object, ...)
object |
HB model |
... |
other argument |
plot
library(dplyr)
Xarea <- cornsoybeanmeans %>%
dplyr::select(
County = CountyIndex,
CornPix = MeanCornPixPerSeg,
SoyBeansPix = MeanSoyBeansPixPerSeg
)
corn_model <- hb_unit(
CornHec ~ SoyBeansPix + CornPix,
data_unit = cornsoybean,
data_area = Xarea,
domain = "County",
iter.update = 20,
plot = FALSE
)
autoplot(corn_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.