reorganize folder
[talweg.git] / pkg / man / getSimilarDaysIndices.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/utils.R
3 \name{getSimilarDaysIndices}
4 \alias{getSimilarDaysIndices}
5 \title{getSimilarDaysIndices}
6 \usage{
7 getSimilarDaysIndices(index, limit, same_season)
8 }
9 \arguments{
10 \item{index}{Day index (numeric or date)}
11
12 \item{limit}{Maximum number of indices to return}
13
14 \item{same_seaon}{Should the indices correspond to day in same season?}
15 }
16 \description{
17 Find similar days indices in the past
18 }
19