You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,7 @@ Have you ever wanted to create (partly) overlapping line plots with matched colo
30
30
31
31
## Installation
32
32
33
-
To install the current release from [CRAN](https://cran.r-project.org/package=ggstackplot):
34
-
35
-
```
36
-
install.packages("ggstackplot")
37
-
```
38
-
39
-
You can also install the development version of ggstackplot from [GitHub](https://github.com/KopfLab/ggstackplot) with:
33
+
Install the latest stable version of ggstackplot from [GitHub](https://github.com/KopfLab/ggstackplot) (the CRAN version may lag behind) with:
40
34
41
35
```
42
36
# install.packages("pak")
@@ -152,8 +146,8 @@ dataset2$data |>
152
146
```
153
147
154
148
```{r "geodata-horizontal-2", message = FALSE}
155
-
# or show them side by side (note that this could also be achieved with
156
-
# ggplot facets except for the fine-control and coloring of the different x-axes)
149
+
# or show them side by side (note that this could also be achieved with ggplot
150
+
# facets except for the fine-control and coloring of the different x-axes)
157
151
dataset2$data |>
158
152
filter(Comp == "C19") |>
159
153
arrange(`Depth sed [m]`) |>
@@ -250,4 +244,4 @@ ggplot2::economics |>
250
244
251
245
## What else can I do with ggstackplot?
252
246
253
-
- check out our **[Vignette](https://ggstackplot.kopflab.org/articles/explore.html)** to explore the package further with detailed examples for all the different features
247
+
- check out our **[Vignette](https://ggstackplot.kopflab.org/articles/ggstackplot.html)** to explore the package further with detailed examples for all the different features
0 commit comments