sine.handler: sine.handler

Description Usage Arguments Details Value Author(s)

View source: R/analysis.page.R

Description

An example handler just for testing and development

Usage

1
sine.handler(xmin = 0, xmax = 3 * pi, n = 100)

Arguments

xmin

Numeric. Minimum x value to plot

xmax

Numeric. Maximum x value to plot

n

Integer. Number of points to plot

Details

This handler takes three parameters, xmin, xmax and n, makes a plot of the sin curve from xmin to xmax (using n equally spaced points), and returns a data.frame with the x and y coordinates, with IDs A-Z, A.1-Z.1, ...

Value

data.frame

Author(s)

Brad Friedman


AnalysisPageServer documentation built on April 28, 2020, 6:32 p.m.