Skip to content

Commit

Permalink
code review by Juliane
Browse files Browse the repository at this point in the history
Co-authored-by: julianesiebourg <[email protected]>
  • Loading branch information
idavydov and julianesiebourg committed Oct 16, 2024
1 parent eb4ebd4 commit f4970d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/basic_examples.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vignette: >
%\VignetteEncoding{UTF-8}
---

This vignette demonstrates the use of the `deisngit` package with a series
This vignette demonstrates the use of the `desingit` package with a series
of examples deriving from the same task, namely to randomize samples of a
two-factor experiment into plate layouts. We shall start with the most basic
use and gradually exploring some basic yet useful utilities provided
Expand Down Expand Up @@ -76,7 +76,7 @@ samples <- bind_rows(replicate(n_reps, animals, simplify = FALSE),
samples |>
head(10) |>
arrange(animal, group, replicate) %>%
arrange(animal, group, replicate) |>
gt::gt()
```

Expand Down Expand Up @@ -287,7 +287,7 @@ and to plot the plate layout. If necessary, you can retrieve the samples from
the BatchContainer instance `bc` with the method `bc$get_samples()`, or move
samples with the method `bc$move_samples()`. The better approach usually is to
optimize the design with `optimize_design()`.
3. The scoring function can be set by passinrg `scoring` parameter to the
3. The scoring function can be set by passing `scoring` parameter to the
`optimize_design()` function. The sample assignent is optimized by shuffling
the samples.
4. Various options are available to further customize the design.
Expand Down

0 comments on commit f4970d7

Please sign in to comment.