Skip to content

Commit

Permalink
docs updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AparicioJohan committed Sep 23, 2024
1 parent cad7d3c commit 775c4b9
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions docs/articles/canopy-model.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/articles/how_to_start.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/plotting.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified docs/articles/plotting_files/figure-html/unnamed-chunk-4-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ articles:
how_to_start: how_to_start.html
maturity-model: maturity-model.html
plotting: plotting.html
last_built: 2024-09-23T19:17Z
last_built: 2024-09-23T19:56Z
urls:
reference: https://apariciojohan.github.io/flexFitR/reference
article: https://apariciojohan.github.io/flexFitR/articles
2 changes: 1 addition & 1 deletion docs/reference/coef.modeler.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/confint.modeler.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/metrics.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/reference/modeler.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/plot.modeler.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/predict.modeler.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/print.modeler.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/vcov.modeler.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vignettes/plotting.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ mod
## Plotting predictions and derivatives

```{r, fig.width= 8, fig.height=8, fig.alt="plot derivatives"}
a <- plot(mod, color = "blue", title = "Raw - data")
a <- plot(mod, color = "blue", title = "Raw data")
b <- plot(mod, type = 4, n_points = 200, color = "black")
c <- plot(mod, type = 5, n_points = 200, color = "black")
d <- plot(mod, type = 6, n_points = 200, color = "black")
Expand Down

0 comments on commit 775c4b9

Please sign in to comment.