Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 6, 2024
1 parent 01f8037 commit e9b0b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/parameters.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ By default, `model_parameters()` returns a data frame, where the parameter names

```{r}
plot(model_parameters(model4))
```
```

However, there are several ways to change the the names of the parameters. Since `plot()` returns *ggplot* objects, these can be easily modified, e.g. by adding a `scale_y_discrete()` layer. *Note the correct order of the labels!*

Expand Down Expand Up @@ -426,7 +426,7 @@ result <- p_function(model)
plot(result)
result <- p_function(model, ci_levels = c(0.5, 0.7, emph = 0.9))
plot(result, site_line = 0.6, 1.0)
plot(result, size_line = 0.6, 1.0)
```

## Principal Component Analysis
Expand Down

0 comments on commit e9b0b48

Please sign in to comment.