Skip to content

Commit

Permalink
Use retina=3 in readme. Hopefully this will give a slightly better re…
Browse files Browse the repository at this point in the history
…solution on the map.
  • Loading branch information
LDalby committed Jul 12, 2019
1 parent 8c36dff commit b008ba9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ print(place_counts$most_species[1:10,])
Basic maps can be created as well to quickly visualize search results. Maps can either be plotted automatically `plot = TRUE` or simply return a ggplot2 object with `plot = FALSE`. This works well with single species data, but more complicated plots are best made from scratch.


```{r fig.width=7,fig.height=4}
```{r fig.width=7, fig.height=4, fig.retina=3}
library(ggplot2)
## Map salamanders in the genuse Ambystoma
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,4 +377,4 @@ species data, but more complicated plots are best made from scratch.

## Warning: Removed 2 rows containing missing values (geom_point).

![](README_files/figure-markdown_strict/unnamed-chunk-14-1.png)
<img src="README_files/figure-markdown_strict/unnamed-chunk-14-1.png" width="672" />
Binary file modified README_files/figure-markdown_strict/unnamed-chunk-14-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b008ba9

Please sign in to comment.