aitoa.sample.function: Sample a Function at Some Points in the Given Interval

Description Usage Arguments Value

View source: R/sample_function.R

Description

Sample a function so that it can be plotted smoothly.

Usage

1
aitoa.sample.function(f, x.min, x.max, keep.only = is.finite)

Arguments

f

the function to sample

x.min

the minimum (inclusive) x value

x.max

the maximum (inclusive) x value

keep.only

a selector: only points meeting this specification will be returned

Value

a list with the x and y coordinates of the samples


thomasWeise/aitoaEvaluate documentation built on Dec. 6, 2020, 1:22 p.m.