Skip to content

Commit

Permalink
froll partial doc, #4968 (#4971)
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Apr 30, 2021
1 parent 0f94212 commit a507ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/froll.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ frollapply(x, n, FUN, \dots, fill=NA, align=c("right", "left", "center"))
\item{ when \code{adaptive=TRUE}, then \code{n} must be vector of
length equal to \code{nrow(x)}, or list of such vectors. }
\item{ \code{partial} window feature is not supported, although it can
be accomplished by using \code{adaptive=TRUE}, see examples. }
be accomplished by using \code{adaptive=TRUE}, see examples. \code{NA} is always returned for incomplete windows. }
}

Be aware that rolling functions operates on the physical order of input.
Expand Down

0 comments on commit a507ed5

Please sign in to comment.