From 0433c6f0db8d31acedc9af98a5dedaa8a0f655bc Mon Sep 17 00:00:00 2001 From: Kasper Schou Telkamp Date: Wed, 15 Nov 2023 22:04:04 +0100 Subject: [PATCH] Updated `fun()` in README --- README.Rmd | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.Rmd b/README.Rmd index ac0af55..ddb6f64 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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 diff --git a/README.md b/README.md index 2640219..60b18d5 100644 --- a/README.md +++ b/README.md @@ -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