Skip to content

Commit

Permalink
add correct link to images
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlindblad committed Jan 23, 2022
1 parent 7533c2e commit 77f65ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/using_tidyusda.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ tidyUSDA::plotUSDA(df = ops.with.sales)
```

![](https://github.com/bradlindblad/tidyUSDA/blob/hotfix-vignette_issues/images/vignette_1.png?raw=true)
![](https://github.com/bradlindblad/tidyUSDA/blob/master/images/vignette_1.png?raw=true)

*Note: it is a known issue that the RStudio graphics device on macOS can be extremely laggy when plotting. To get around this, feel free to use your own plotting methods such as the [tmap](https://github.com/r-tmap/tmap) package or [leaflet](https://rstudio.github.io/leaflet/).*

Expand All @@ -115,7 +115,7 @@ This gives us a bunch of really small numbers that don't make sense, but for our
tidyUSDA::plotUSDA(df = ops.with.sales, fill_by = 'value_per_sq_mile')
```

![](https://github.com/bradlindblad/tidyUSDA/blob/hotfix-vignette_issues/images/vignette_2.png?raw=true)
![](https://github.com/bradlindblad/tidyUSDA/blob/master/images/vignette_2.png?raw=true)

Ahh, much better. Now we have a true plot showing the number of operations per square mile.

Expand Down

0 comments on commit 77f65ae

Please sign in to comment.