Skip to content

Conversation

@jskoien
Copy link

@jskoien jskoien commented Mar 29, 2023

Here is an attempt to describe plotting order and how to modify it. I did not include any examples, as I dont know any overlapping polygons without importing from other packages, such as rtop. Do you find it useful?

@edzer edzer merged commit 29a5725 into r-spatial:main Mar 30, 2023
@edzer
Copy link
Member

edzer commented Mar 30, 2023

Thanks!

@kadyb
Copy link
Contributor

kadyb commented Mar 30, 2023

It would be great to put the code in the \code{} tag. And it looks like this text was not generated correctly in .Rd:

x %>% arrange(desc(st_area(x))) |> ggplot(aes(fill = column_name)) + geom_sf()

Only this is printed:

x

@edzer
Copy link
Member

edzer commented Mar 30, 2023

I'll take care of that; will move the examples to the @examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants