Skip to content

Commit

Permalink
docs updating vignettes and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AparicioJohan committed Nov 23, 2024
1 parent 762440a commit c1efa07
Show file tree
Hide file tree
Showing 54 changed files with 435 additions and 337 deletions.
7 changes: 4 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,10 @@ predict(mod_1, x = 45)
For detailed documentation and examples, visit [flexFitR](https://apariciojohan.github.io/flexFitR/reference/index.html)

* Vignette 1: [How to start](https://apariciojohan.github.io/flexFitR/articles/how_to_start.html)
* Vignette 2: [Modeling HTP data](https://apariciojohan.github.io/flexFitR/articles/canopy-model.html)
* Vignette 4: [Modeling with Constraints](https://apariciojohan.github.io/flexFitR/articles/maturity-model.html)
* Vignette 5: [Plotting Options](https://apariciojohan.github.io/flexFitR/articles/plotting.html)
* Vignette 2: [Modeling plant emergence and canopy growth using UAV data](https://apariciojohan.github.io/flexFitR/articles/canopy-model.html)
* Vignette 3: [Modeling with constraints](https://apariciojohan.github.io/flexFitR/articles/maturity-model.html)
* Vignette 4: [Making predictions ](https://apariciojohan.github.io/flexFitR/articles/predicted_values.html)
* Vignette 5: [Plotting options](https://apariciojohan.github.io/flexFitR/articles/plotting.html)

## Contributing

Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ Optimization Results `head()`:
1 38.6 61 99.8 0.449

Metrics:
Groups Timing Convergence Iterations
1 0.387 secs 100% 511 (id)
Groups Timing Convergence Iterations
1 0.4909 secs 100% 511 (id)
```

``` r
Expand Down Expand Up @@ -148,12 +148,14 @@ For detailed documentation and examples, visit

- Vignette 1: [How to
start](https://apariciojohan.github.io/flexFitR/articles/how_to_start.html)
- Vignette 2: [Modeling HTP
- Vignette 2: [Modeling plant emergence and canopy growth using UAV
data](https://apariciojohan.github.io/flexFitR/articles/canopy-model.html)
- Vignette 4: [Modeling with
Constraints](https://apariciojohan.github.io/flexFitR/articles/maturity-model.html)
- Vignette 3: [Modeling with
constraints](https://apariciojohan.github.io/flexFitR/articles/maturity-model.html)
- Vignette 4: [Making
predictions](https://apariciojohan.github.io/flexFitR/articles/predicted_values.html)
- Vignette 5: [Plotting
Options](https://apariciojohan.github.io/flexFitR/articles/plotting.html)
options](https://apariciojohan.github.io/flexFitR/articles/plotting.html)

## Contributing

Expand Down
10 changes: 5 additions & 5 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ navbar:
- icon:
text: Articles
menu:
- text: Get Started
- text: Get started
href: articles/how_to_start.html
- text: Modeling HTP Data
- text: Modeling HTP data
href: articles/canopy-model.html
- text: Modeling with Constraints
- text: Modeling with constraints
href: articles/maturity-model.html
- text: Making Predictions
- text: Predicted values
href: articles/predicted_values.html
- text: Plotting Options
- text: Plotting options
href: articles/plotting.html
- icon:
text: News
Expand Down
10 changes: 5 additions & 5 deletions docs/404.html

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

10 changes: 5 additions & 5 deletions docs/CODE_OF_CONDUCT.html

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

10 changes: 5 additions & 5 deletions docs/LICENSE-text.html

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

10 changes: 5 additions & 5 deletions docs/LICENSE.html

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

12 changes: 6 additions & 6 deletions docs/articles/canopy-model.html

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

18 changes: 9 additions & 9 deletions docs/articles/how_to_start.html

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

14 changes: 7 additions & 7 deletions docs/articles/index.html

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

Loading

0 comments on commit c1efa07

Please sign in to comment.