% Generated by roxygen2: do not edit by hand % Please edit documentation in R/utils.R \name{getSimilarDaysIndices} \alias{getSimilarDaysIndices} \title{getSimilarDaysIndices} \usage{ getSimilarDaysIndices(index, limit, same_season) } \arguments{ \item{index}{Day index (numeric or date)} \item{limit}{Maximum number of indices to return} \item{same_seaon}{Should the indices correspond to day in same season?} } \description{ Find similar days indices in the past }