Browse Source

README

master
boB Rudis 6 years ago
parent
commit
f8e43cf516
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 4
      README.Rmd
  2. 4
      README.md
  3. BIN
      README_files/figure-gfm/unnamed-chunk-4-1.png
  4. BIN
      README_files/figure-gfm/unnamed-chunk-5-1.png

4
README.Rmd

@ -44,7 +44,7 @@ packageVersion("worldtilegrid")
### Example (All countries are in the data set)
```{r message=FALSE, warning=FALSE, error=FALSE, fig.width=10, fig.height=6, fig.retina=2}
```{r message=FALSE, warning=FALSE, error=FALSE, fig.width=6, fig.height=6, fig.retina=2}
set.seed(1)
data_frame(
ctry = worldtilegrid::wtg$alpha.3,
@ -65,7 +65,7 @@ ggplot(xdf, aes(country = ctry, fill = `Thing Val`)) +
### Example (Only a few countries are in the data set)
```{r message=FALSE, warning=FALSE, error=FALSE, fig.width=10, fig.height=6, fig.retina=2}
```{r message=FALSE, warning=FALSE, error=FALSE, fig.width=6, fig.height=6, fig.retina=2}
set.seed(1)
data_frame(
ctry = worldtilegrid::wtg$alpha.3[1:30],

4
README.md

@ -58,7 +58,7 @@ ggplot(xdf, aes(country = ctry, fill = `Thing Val`)) +
theme(legend.position = "bottom")
```
<img src="README_files/figure-gfm/unnamed-chunk-4-1.png" width="960" />
<img src="README_files/figure-gfm/unnamed-chunk-4-1.png" width="576" />
### Example (Only a few countries are in the data set)
@ -81,7 +81,7 @@ ggplot(xdf, aes(country = ctry, fill = `Thing Val`)) +
theme(legend.position = "bottom")
```
<img src="README_files/figure-gfm/unnamed-chunk-5-1.png" width="960" />
<img src="README_files/figure-gfm/unnamed-chunk-5-1.png" width="576" />
### Facet Example (All countries are in the data set)

BIN
README_files/figure-gfm/unnamed-chunk-4-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 138 KiB

BIN
README_files/figure-gfm/unnamed-chunk-5-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 115 KiB

Loading…
Cancel
Save