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 11, 2024
1 parent bb56d56 commit 8917bf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ knitr::opts_chunk$set(
comment = "",
fig.path = "man/figures/README_",
fig.dpi = 600,
out.width = "100%",
warning = FALSE,
message = FALSE
)
```

<br>

# {flexFitR} <img src='man/figures/logo.png' width = "140px" align="right"/>
# {flexFitR} <img src='man/figures/logo.png' width = "120px" align="right"/>

<!-- badges: start -->
<!-- badges: end -->
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

<br>

# {flexFitR} <img src='man/figures/logo.png' width = "140px" align="right"/>
# {flexFitR} <img src='man/figures/logo.png' width = "120px" align="right"/>

<!-- badges: start -->
<!-- badges: end -->
Expand Down Expand Up @@ -57,7 +55,7 @@ dt <- data.frame(
plot(explorer(dt, time, variable), type = "xy")
```

<img src="man/figures/README_unnamed-chunk-2-1.png" alt="plot xy" />
<img src="man/figures/README_unnamed-chunk-2-1.png" alt="plot xy" width="100%" />

``` r
fun <- function(t, t1 = 45, t2 = 80, k = 0.9) {
Expand Down Expand Up @@ -99,15 +97,15 @@ Optimization Results `head()`:

Metrics:
Groups Timing Convergence Iterations
1 0.3956 secs 100% 511 (id)
1 0.4068 secs 100% 511 (id)
```

``` r
# Auto plot
plot(mod_1)
```

<img src="man/figures/README_unnamed-chunk-6-1.png" alt="plot fin" />
<img src="man/figures/README_unnamed-chunk-6-1.png" alt="plot fin" width="100%" />

``` r
# Coefficients
Expand Down

0 comments on commit 8917bf0

Please sign in to comment.