Skip to content

Commit

Permalink
Fix typo in vignette code (not affecting actual vignette due to autoc…
Browse files Browse the repository at this point in the history
…omplete)
  • Loading branch information
TJHeaton committed Jan 29, 2024
1 parent e470dc2 commit a057006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/Against_SPDs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ par(new = TRUE,
yaxs = "i",
mar = c(5, 4.5, 4, 2) + 0.1,
las = 1)
xlim <- rev(range(two_normals_DPMM[[1]]$calendar_age))
xlim <- rev(range(two_normals_DPMM[[1]]$calendar_age_BP))
ylim <- c(0, 3 * max(two_normals_DPMM[[1]]$density_mean))
plot(
NULL,
Expand Down

0 comments on commit a057006

Please sign in to comment.