plot: Set generic plot

Description Arguments Author(s) Examples

Description

Overload plot

Generic plot

Method that can plot fits and function envelopes

Arguments

x

x-coordinate

y

y-coordinate

...

extra

x

x-coordinate

y

y-coordinate

fit

type of fit to show at present two choices "cat" and "para"

envelope

type of envelope to show at present two choices "cat" and "para"

Author(s)

Jono Tuke, Matthew Roughan

Examples

1
2
tmp <- catenary(c1=1,c2=3,lambda=1,x0=0,x1=4)
plot(tmp)

catenary documentation built on May 2, 2019, 10:51 a.m.