Skip to content

Commit

Permalink
Update vignettes/using-rcoins.Rmd
Browse files Browse the repository at this point in the history
Co-authored-by: Francesco Nattino <[email protected]>
  • Loading branch information
cforgaci and fnattino authored Nov 22, 2024
1 parent 05fcf03 commit 0ad6583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/using-rcoins.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If we run the `stroke()` function with the default values, strokes will be calcu
continuous_streets <- stroke(streets)
```

To visualise the strokes in a more intuitive way, we map the line weight of the streets to the length of the streets. The thicker a line is, the longer the street.
To visualise the strokes in a more intuitive way, we map the line weight in the plot to the length of the strokes. The thicker a line is, the longer the stroke.

```{r echo=FALSE}
ggplot() +
Expand Down

0 comments on commit 0ad6583

Please sign in to comment.