Skip to content

Commit 51e0cf2

Browse files
committed
update readme plot
1 parent b48a5a9 commit 51e0cf2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ dataset2$data |>
142142
ggstackplot(
143143
x = c(
144144
"δ13C carb [‰ PDB]",
145-
"n-C19 δ13C_org [‰]" = "δ13C [‰ PDB] (mean, vs. VPDB)"
145+
"δ13C n-C19 [‰]" = "δ13C [‰ PDB] (mean, vs. VPDB)"
146146
),
147147
y = "Depth sed [m]",
148148
palette = "Dark2",
@@ -160,7 +160,7 @@ dataset2$data |>
160160
ggstackplot(
161161
x = c(
162162
"δ13C carb [‰ PDB]",
163-
"n-C19 δ13C_org [‰]" = "δ13C [‰ PDB] (mean, vs. VPDB)"
163+
"δ13C n-C19 [‰]" = "δ13C [‰ PDB] (mean, vs. VPDB)"
164164
),
165165
y = "Depth sed [m]",
166166
palette = "Dark2",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ dataset2$data |>
165165
ggstackplot(
166166
x = c(
167167
"δ13C carb [‰ PDB]",
168-
"n-C19 δ13C_org [‰]" = "δ13C [‰ PDB] (mean, vs. VPDB)"
168+
"δ13C n-C19 [‰]" = "δ13C [‰ PDB] (mean, vs. VPDB)"
169169
),
170170
y = "Depth sed [m]",
171171
palette = "Dark2",
@@ -185,7 +185,7 @@ dataset2$data |>
185185
ggstackplot(
186186
x = c(
187187
"δ13C carb [‰ PDB]",
188-
"n-C19 δ13C_org [‰]" = "δ13C [‰ PDB] (mean, vs. VPDB)"
188+
"δ13C n-C19 [‰]" = "δ13C [‰ PDB] (mean, vs. VPDB)"
189189
),
190190
y = "Depth sed [m]",
191191
palette = "Dark2",
-2.26 KB
Loading
-4.24 KB
Loading

0 commit comments

Comments
 (0)