Plot a conditional_smooths output
Usage
plot_conditional_smooths(
x,
resolution = 100,
smooths = NULL,
crs1 = st_crs(4326),
crs2 = proj_nzsf(),
...
)Arguments
- x
An object of class
brmsfit.- resolution
Number of support points used to generate the plots. Higher resolution leads to smoother plots. Defaults to
100. IfsurfaceisTRUE, this implies10000support points for interaction terms, so it might be necessary to reduceresolutionwhen only few RAM is available.- smooths
Optional character vector of smooth terms to display. If
NULL(the default) all smooth terms are shown.- crs1
The CRS of the coordinates in the model.
- crs2
The desired output CRS.
- ...
Other arguments passed on to
plot_raster.
