Skip to content

Commit

Permalink
adding webpage style and solving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
InkaSpy committed May 30, 2024
1 parent b938e48 commit 5f4bd45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/User_guide.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ xeredar::data_summary(radar_spiked_result) |>
To demonstrate how to run REACTIV analysis, we will use one artificial data set containing the spiked and unspiked measurements.

```{r warning=FALSE}
reactiv_spiked <- xeredar::reactiv_data |>
reactiv_spiked <- reactiv_data |>
dplyr::filter(Spiked == TRUE)
reactiv_unspiked <- xeredar::reactiv_data |>
reactiv_unspiked <- reactiv_data |>
dplyr::filter(Spiked == FALSE)
```
Expand Down

0 comments on commit 5f4bd45

Please sign in to comment.