plot_B.spatial {DIFM} | R Documentation |
Spatial plots of factor loadings
Description
The functions builds maps of factor loadings.
Usage
plot_B.spatial(
Gibbs,
areapoly,
burnin = NA,
permutation = NA,
main.bool = TRUE,
layout.dim = NA
)
Arguments
Gibbs |
Result of Gibbs sampler from DIFM function. |
areapoly |
The polygon of the areas. We can obtain this through |
burnin |
Number of burn-in. If not specified, it uses the first tenths as burn-in period. |
permutation |
Permutation of variables. If not specified, no permutation. |
main.bool |
Add title of the plots. |
layout.dim |
Dimension of panel layout for multiple factor loadings. If not specificed, factor loadings plots are layout in one column. |
Value
Factor loadings map plots
[Package DIFM version 1.0 Index]