fixed: Helper Functions for Profile Data Sets

View source: R/profile.R

fixedR Documentation

Helper Functions for Profile Data Sets

Description

Helper Functions for Profile Data Sets

Usage

fixed(x, pct, index, ...)

## Default S3 method:
fixed(x, pct, index, ...)

## S3 method for class 'numeric'
fixed(x, pct, index, ...)

## S3 method for class 'factor'
fixed(x, pct, index, ...)

## S3 method for class 'character'
fixed(x, pct, index, ...)

## S3 method for class 'Date'
fixed(x, pct, index, ...)

## S3 method for class 'POSIXct'
fixed(x, pct, index, ...)

prof(x, grid, ...)

## S3 method for class 'numeric'
prof(x, grid, ...)

## S3 method for class 'factor'
prof(x, grid, ...)

## S3 method for class 'character'
prof(x, grid, ...)

## S3 method for class 'Date'
prof(x, grid, ...)

## S3 method for class 'POSIXct'
prof(x, grid, ...)

Arguments

x

A vector

pct, index, ..., grid

Options pass from step_profile()


recipes documentation built on Aug. 26, 2023, 1:08 a.m.