Plot method for mgwrsar model
# S4 method for mgwrsar,missing
plot(
x,
y,
type = "coef",
var = NULL,
crs = NULL,
mypalette = "RdYlGn",
opacity = 0.5,
fopacity = 0.5,
nbins = 8,
radius = 500,
mytile = "Stadia.StamenTonerBackground",
myzoom = 8,
myresolution = 150,
LayersControl = TRUE,
myzoomControl = TRUE,
mytile2 = NULL,
ScaleBar = NULL,
ScaleBarOptions = list(maxWidth = 200, metric = TRUE, imperial = FALSE, updateWhenIdle
= TRUE),
MyLegendTitle = NULL,
lopacity = 0.5
)
A Interactive Web Maps with local parameters plot and Open Street Map layer.
A model of class mgwrsar-class
.
missing
default 'coef', for plotting the value of the coefficients. Local t-Student could also be plot using 't_coef', residuals using 'residuals' and fitted using 'fitted'.
Names of variable to plot.
A CRS projection.
A leaflet palette.
Opacity of border color.
Opacity of fill color.
nbins.
radius of circle for plot of points.
tile 1.
level of zoom for tile 1.
resolution for tile 1.
layers contols.
zoem control.
tile 2.
ScaleBar.
options for ScaleBar.
Legend title.
opacity for legend.