Description Usage Arguments Value Examples
Takes the motif fitted from ecos_fit
and plots the theta
component as a heatmap across space using suitable raster information.
1 2 3 4 5 6 7 8 9 |
theta_mat |
The theta output from the model fit from
|
dsp_fld_res |
The resolution of the dispersion field. |
color_ramp |
Color palette to be used for the heat map. |
raster_latlim |
If disp_fld_list is a list of matrices, the latitudinal range of the dispersion fields must be provided as a vector. |
raster_longlim |
If disp_fld_list is a list of matrices, the longitudinal range of the dispersion fields must be provided as a vector. |
outline_col |
The outline color of the projected map. |
proj |
A character string of projection arguments; the arguments must be entered exactly as in the PROJ.4 documentation. To be evaluated by sp::CRS(). default '+proj=longlat +ellps=WGS84'. |
Returns a heatmap plot, similar to the dsp_plot_map
function
for the theta matrix using the specified raster,
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.