reorganize folder
[talweg.git] / pkg / man / getSimilarDaysIndices.Rd
CommitLineData
46952971
BA
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{
7getSimilarDaysIndices(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{
17Find similar days indices in the past
18}
19