parametric_equation: This is a title

Description Usage Arguments Details Value Beware! See Also Examples

Description

Construct a parametric equation object

Usage

1
parametric_equation(x, y, t0, t1)

Arguments

x

Functions representing the x values in terms of t.

y

Functions representing the y values in terms of t.

t0

The initial value of t

t1

The final value of t

Details

Description goes here.

Value

An object of parametric_equation

Beware!

Don't use this function for mission critical things.

See Also

See median for something totally different

Examples

1
2
3
4
5
6
7
8
# construct a parametric equation object
## Not run: 
obj <- parametric_equation(sin, cos, 0, 2 * pi)
obj

## End(Not run)

# See .... for ways of using it

mrc-ide/parrotmetric documentation built on May 27, 2019, midnight