# NOT RUN {
# Load the Gorilla data
data(gorillas, package = "inlabru")
# Create a base map centered around the nests and plot the boundary as well as the nests
gmap(gorillas$nests, maptype = "satellite") +
gm(gorillas$boundary) +
gm(gorillas$nests, color = "white", size = 0.5)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab