diff --git a/README.md b/README.md index 44a01943..f4e91be5 100644 --- a/README.md +++ b/README.md @@ -50,19 +50,20 @@ library(ggplot2) tidy_normal() #> # A tibble: 50 × 7 -#> sim_number x y dx dy p q -#> -#> 1 1 1 1.02 -3.45 0.000231 0.5 0.334 -#> 2 1 2 0.807 -3.29 0.000697 0.508 0.229 -#> 3 1 3 0.558 -3.14 0.00181 0.516 0.108 -#> 4 1 4 -0.113 -2.98 0.00401 0.524 -0.216 -#> 5 1 5 0.519 -2.83 0.00764 0.533 0.0890 -#> 6 1 6 0.615 -2.68 0.0126 0.541 0.136 -#> 7 1 7 -1.01 -2.52 0.0181 0.549 -0.698 -#> 8 1 8 0.180 -2.37 0.0233 0.557 -0.0738 -#> 9 1 9 0.0577 -2.21 0.0285 0.565 -0.133 -#> 10 1 10 -1.09 -2.06 0.0354 0.573 -0.747 +#> sim_number x y dx dy p q +#> +#> 1 1 1 -1.01 -4.27 0.000206 0.5 -0.341 +#> 2 1 2 -0.725 -4.11 0.000584 0.508 -0.200 +#> 3 1 3 -0.809 -3.95 0.00144 0.516 -0.241 +#> 4 1 4 1.24 -3.78 0.00310 0.524 0.812 +#> 5 1 5 1.38 -3.62 0.00582 0.533 0.901 +#> 6 1 6 0.855 -3.46 0.00953 0.541 0.578 +#> 7 1 7 2.02 -3.30 0.0136 0.549 1.54 +#> 8 1 8 1.66 -3.14 0.0170 0.557 1.12 +#> 9 1 9 -0.704 -2.97 0.0187 0.565 -0.190 +#> 10 1 10 -0.0670 -2.81 0.0185 0.573 0.112 #> # … with 40 more rows +#> # ℹ Use `print(n = ...)` to see more rows ``` An example plot of the `tidy_normal` data. diff --git a/man/figures/README-more_than_nine_simulations-1.png b/man/figures/README-more_than_nine_simulations-1.png index 7b1d13fe..39a800b3 100644 Binary files a/man/figures/README-more_than_nine_simulations-1.png and b/man/figures/README-more_than_nine_simulations-1.png differ diff --git a/man/figures/README-more_than_nine_simulations-2.png b/man/figures/README-more_than_nine_simulations-2.png index 3e5b18d8..51739986 100644 Binary files a/man/figures/README-more_than_nine_simulations-2.png and b/man/figures/README-more_than_nine_simulations-2.png differ diff --git a/man/figures/README-more_than_nine_simulations-3.png b/man/figures/README-more_than_nine_simulations-3.png index fd8255dc..d383ff16 100644 Binary files a/man/figures/README-more_than_nine_simulations-3.png and b/man/figures/README-more_than_nine_simulations-3.png differ diff --git a/man/figures/README-more_than_nine_simulations-4.png b/man/figures/README-more_than_nine_simulations-4.png index 5deddc34..7c38d452 100644 Binary files a/man/figures/README-more_than_nine_simulations-4.png and b/man/figures/README-more_than_nine_simulations-4.png differ diff --git a/man/figures/README-plot_density-1.png b/man/figures/README-plot_density-1.png index be6f35bf..f891fa95 100644 Binary files a/man/figures/README-plot_density-1.png and b/man/figures/README-plot_density-1.png differ diff --git a/man/figures/README-plot_density-2.png b/man/figures/README-plot_density-2.png index c0f4f487..0a531ad5 100644 Binary files a/man/figures/README-plot_density-2.png and b/man/figures/README-plot_density-2.png differ diff --git a/man/figures/README-plot_density-3.png b/man/figures/README-plot_density-3.png index 25faad49..92c1af8d 100644 Binary files a/man/figures/README-plot_density-3.png and b/man/figures/README-plot_density-3.png differ diff --git a/man/figures/README-plot_density-4.png b/man/figures/README-plot_density-4.png index d2f3bcb3..2ef48b46 100644 Binary files a/man/figures/README-plot_density-4.png and b/man/figures/README-plot_density-4.png differ