1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/profile.R
\name{fixed}
\alias{fixed}
\alias{fixed.default}
\alias{fixed.numeric}
\alias{fixed.factor}
\alias{fixed.character}
\alias{fixed.Date}
\alias{fixed.POSIXct}
\alias{prof}
\alias{prof.numeric}
\alias{prof.factor}
\alias{prof.character}
\alias{prof.Date}
\alias{prof.POSIXct}
\title{Helper Functions for Profile Data Sets}
\usage{
fixed(x, pct, index, ...)
\method{fixed}{default}(x, pct, index, ...)
\method{fixed}{numeric}(x, pct, index, ...)
\method{fixed}{factor}(x, pct, index, ...)
\method{fixed}{character}(x, pct, index, ...)
\method{fixed}{Date}(x, pct, index, ...)
\method{fixed}{POSIXct}(x, pct, index, ...)
prof(x, grid, ...)
\method{prof}{numeric}(x, grid, ...)
\method{prof}{factor}(x, grid, ...)
\method{prof}{character}(x, grid, ...)
\method{prof}{Date}(x, grid, ...)
\method{prof}{POSIXct}(x, grid, ...)
}
\arguments{
\item{x}{A vector}
\item{pct, index, ..., grid}{Options pass from \code{\link[=step_profile]{step_profile()}}}
}
\description{
Helper Functions for Profile Data Sets
}
\keyword{internal}
|