-
-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorder ch2 #736
Reorder ch2 #736
Conversation
Taking a look 👀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with minor comment that could be tweaked in post merge commit (or not at all as it's such a minor comment). I think this is a clear win for readers.
To learn more about building sf geometries from scratch read the following Sections \@ref(sfg) and \@ref(sfc). | ||
|
||
```{r 02-sfdiagram, fig.cap="Building blocks on sf objects."} | ||
knitr::include_graphics("figures/02-sfdiagram.png") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only comment here: shouldn't we add
# source("code/02-sfdiagram.R")
Above the line to show the code that generates the diagram?
@@ -444,6 +444,74 @@ plot(st_as_sfc("GEOMETRYCOLLECTION (MULTIPOINT (5 2, 1 3, 3 4, 3 2), LINESTRING | |||
par(old_par) | |||
``` | |||
|
|||
### The sf class {#sf} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Big 👍 to mentioning sf
class first.
Thanks, Robin. |
@Robinlovelace please take a look, let me know what you think about it, and improve if needed. The main changes are: