-
-
Notifications
You must be signed in to change notification settings - Fork 608
Open
Description
Hi, I'm still very much a newbie to R but I love making maps and so I've been working through Chapter 9, and came up against a problem with replicating the nz_water (territorial limits) at geocompr/code/chapters
/09-mapping.R
nz_water = st_union(nz) |> st_buffer(22200) |> st_cast(to = "LINESTRING") map_nz2 = map_nz1 + tm_shape(nz_water) + tm_lines()
I have searched the text to find where I can source the (nz) in st_union(nz) without sucess.
Many thanks, Mark Pearson
Toowoomba, Queensland, Australia
Metadata
Metadata
Assignees
Labels
No labels