Skip to content

Commit

Permalink
Updated fun() in README
Browse files Browse the repository at this point in the history
  • Loading branch information
telkamp7 committed Nov 15, 2023
1 parent f7f8ccf commit 0433c6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ To quickly get started with `aedseo`, follow these steps:

1. Install the package using the code provided above.
2. Load the package with `library(aedseo)`.
3. Create a time series data object (`aedseo_tsd`) from your data using the `aedseo::tsd` function.
4. Apply the `aedseo::aedseo` function to estimate growth rates and detect seasonal epidemic onsets.
3. Create a time series data object (`aedseo_tsd`) from your data using the `tsd()` function.
4. Apply the `aedseo()` function to estimate growth rates and detect seasonal epidemic onsets.

```r
# Load the package
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ To quickly get started with `aedseo`, follow these steps:
1. Install the package using the code provided above.
2. Load the package with `library(aedseo)`.
3. Create a time series data object (`aedseo_tsd`) from your data using
the `aedseo::tsd` function.
4. Apply the `aedseo::aedseo` function to estimate growth rates and
detect seasonal epidemic onsets.
the `tsd()` function.
4. Apply the `aedseo()` function to estimate growth rates and detect
seasonal epidemic onsets.

``` r
# Load the package
Expand Down

0 comments on commit 0433c6f

Please sign in to comment.