From 830405bb5dfdc074e7e7b492e30372e7b44bfaf4 Mon Sep 17 00:00:00 2001 From: Chris Denman Date: Wed, 13 Aug 2025 12:58:37 +0100 Subject: [PATCH] Fixing ungrammatical usage of 'comprised of'. --- maps.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps.qmd b/maps.qmd index 3c3572ff..408d5e56 100644 --- a/maps.qmd +++ b/maps.qmd @@ -70,7 +70,7 @@ oz_states ``` This output shows some of the metadata associated with the data (discussed momentarily), and tells us that the data is essentially a tibble with 9 rows and 2 columns. -One advantage to sf data is immediately apparent, we can easily see the overall structure of the data: Australia is comprised of six states and some territories. +One advantage to sf data is immediately apparent, we can easily see the overall structure of the data: Australia is comprises six states and some territories. There are 9 distinct geographical units, so there are 9 rows in this tibble (cf. `mi_counties data` where there is one row per polygon vertex). The most important column is `geometry`, which specifies the spatial geometry for each of the states and territories.