Skip to content

Commit

Permalink
Update simulated_example.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mkapur-noaa committed Dec 10, 2024
1 parent f9c39f2 commit b3a3c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/simulated_example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ p2 <- ggplot() +
scale_color_gradient2(low = "blue", mid = "grey90", high = "red", midpoint = 0) +
labs(color = 'length residual')
gridExtra::grid.arrange(p1, p2, ncol=2)
p1
p2
```

0 comments on commit b3a3c1f

Please sign in to comment.