Skip to content

Commit ad67a4a

Browse files
Update Bchron.Rmd
1 parent d0af4d7 commit ad67a4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vignettes/Bchron.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -726,10 +726,10 @@ And finally add into the plot:
726726
plot(GlenOut, dateLabels = FALSE, chronTransparency = 0.3) +
727727
geom_ribbon(
728728
data = chronRangeSwap,
729-
aes_string(
730-
x = "Age",
731-
ymin = "positionLow",
732-
ymax = "positionHigh"
729+
aes(
730+
x = Age,
731+
ymin = positionLow,
732+
ymax = positionHigh
733733
),
734734
colour = "red",
735735
fill = "red",

0 commit comments

Comments
 (0)