From ef58b7d09f2ee99e950afbc8d4ec4ace897689e5 Mon Sep 17 00:00:00 2001 From: James Ye <47209925+dryezl@users.noreply.github.com> Date: Tue, 20 Aug 2024 20:55:05 +0800 Subject: [PATCH] make examples in ext-springs.qmd more reproducible --- ext-springs.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/ext-springs.qmd b/ext-springs.qmd index 5269f310..cfffb654 100644 --- a/ext-springs.qmd +++ b/ext-springs.qmd @@ -408,6 +408,7 @@ stat_spring <- function(mapping = NULL, Now that everything is in place, we can test out our new layer: ```{r} +set.seed(123) df <- tibble( x = runif(5, max = 10), y = runif(5, max = 10),