Skip to content

Commit

Permalink
Corrected the error in text
Browse files Browse the repository at this point in the history
  • Loading branch information
aabelean committed Dec 18, 2024
1 parent 24d1a62 commit f6b8442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/meshbuilder.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sp_data <- fdmr::load_tutorial_data(dataset = "covid", filename = "spatial_data.
head(sp_data)
```

The `sp_data` object is a `SpatialPolygonsDataFrame` containing 6789 features for areas of England. This object contains all the contains all the values we
The `sp_data` object is a `SpatialPolygonsDataFrame` containing 6789 features for areas of England. This object contains all the values we need to build a mesh.
We can build a mesh by passing `sp_data` to the `mesh_builder` function.

```{r eval=FALSE}
Expand Down

0 comments on commit f6b8442

Please sign in to comment.