# Load example sf class object Toronto Area with attributes for maps:
# Pampalon Index,CIMD Index,
# and percentage of household commuting within the same Census Sub-Division of residence.
data("Toronto")
# Mapping two attributes
plot(Toronto$CIMD_SDD)
plot(Toronto$PP_SDD)
# Execution of bandwidth with maps above
# \donttest{
ssim_bandwidth(Toronto,"CIMD_SDD","PP_SDD",max_bandwidth=100)
# }
Run the code above in your browser using DataLab