Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4963699

Browse files
committed
Help is slimmer
1 parent8c0e3fb commit4963699

13 files changed

+10
-1454
lines changed

‎.Rbuildignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
^pkgdown$
99
^\.github$
1010
^cran-comments\.md$
11+
^CRAN-SUBMISSION$

‎README.Rmd‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ these functions:
5757

5858
Districts (islands):
5959

60-
```{r dev='svg', fig.width=12}
60+
```{r dev='png', fig.width=12}
6161
library(CAOP.RAA.2024)
6262
library(ggplot2)
6363
@@ -69,7 +69,7 @@ ggplot(mapping = aes(fill = district)) +
6969

7070
Municipalities:
7171

72-
```{r dev='svg', fig.width=12}
72+
```{r dev='png', fig.width=12}
7373
# municipalities() defaults to municipalities("EPSG:3035").
7474
(mun <- municipalities())
7575
ggplot(mapping = aes(fill = municipality)) +
@@ -79,7 +79,7 @@ ggplot(mapping = aes(fill = municipality)) +
7979

8080
Parishes of the São Miguel island:
8181

82-
```{r dev='svg', fig.width=12}
82+
```{r dev='png', fig.width=12}
8383
(parishes <- parishes())
8484
parishes |>
8585
dplyr::filter(district == "Ilha de São Miguel") |>
@@ -90,7 +90,7 @@ parishes |>
9090

9191
##Exclusive Economic Zone
9292

93-
```{r dev='svg', fig.width=12}
93+
```{r dev='png', fig.width=12}
9494
# LAEA custom projection
9595
ggplot() +
9696
geom_sf(data = eez(), fill = NA, linewidth = 1, col = "gray") +

‎README.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ ggplot(mapping = aes(fill = district)) +
8585
guides(fill="none")
8686
```
8787

88-
<imgsrc="man/figures/README-unnamed-chunk-2-1.svg"width="100%" />
88+
<imgsrc="man/figures/README-unnamed-chunk-2-1.png"width="100%" />
8989

9090
Municipalities:
9191

@@ -128,7 +128,7 @@ ggplot(mapping = aes(fill = municipality)) +
128128
guides(fill="none")
129129
```
130130

131-
<imgsrc="man/figures/README-unnamed-chunk-3-1.svg"width="100%" />
131+
<imgsrc="man/figures/README-unnamed-chunk-3-1.png"width="100%" />
132132

133133
Parishes of the São Miguel island:
134134

@@ -172,7 +172,7 @@ parishes |>
172172
guides(fill="none")
173173
```
174174

175-
<imgsrc="man/figures/README-unnamed-chunk-4-1.svg"width="100%" />
175+
<imgsrc="man/figures/README-unnamed-chunk-4-1.png"width="100%" />
176176

177177
##Exclusive Economic Zone
178178

@@ -184,7 +184,7 @@ geom_sf(data = districts(), mapping = aes(fill = district), col = "white") +
184184
guides(fill="none")
185185
```
186186

187-
<imgsrc="man/figures/README-unnamed-chunk-5-1.svg"width="100%" />
187+
<imgsrc="man/figures/README-unnamed-chunk-5-1.png"width="100%" />
188188

189189
```r
190190
# WGS 84 projection
@@ -194,7 +194,7 @@ geom_sf(data = districts(crs = "EPSG:4326"), mapping = aes(fill = district), col
194194
guides(fill="none")
195195
```
196196

197-
<imgsrc="man/figures/README-unnamed-chunk-5-2.svg"width="100%" />
197+
<imgsrc="man/figures/README-unnamed-chunk-5-2.png"width="100%" />
198198

199199
##Sources
200200

13.2 KB
Loading

‎man/figures/README-unnamed-chunk-2-1.svg‎

Lines changed: 0 additions & 302 deletions
This file was deleted.
-48 KB
Loading

‎man/figures/README-unnamed-chunk-3-1.svg‎

Lines changed: 0 additions & 312 deletions
This file was deleted.
-151 KB
Loading

‎man/figures/README-unnamed-chunk-4-1.svg‎

Lines changed: 0 additions & 349 deletions
This file was deleted.
2.44 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp