The functions builds maps of factor loadings.
plot_B.spatial(
Gibbs,
areapoly,
burnin = NA,
permutation = NA,
main.bool = TRUE,
layout.dim = NA
)
Factor loadings map plots
Result of Gibbs sampler from DIFM function.
The polygon of the areas. We can obtain this through readOGR
function from sp
package.
Number of burn-in. If not specified, it uses the first tenths as burn-in period.
Permutation of variables. If not specified, no permutation.
Add title of the plots.
Dimension of panel layout for multiple factor loadings. If not specificed, factor loadings plots are layout in one column.