Learn R Programming

catenary (version 1.1.2)

plot: Set generic plot

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"

Examples

Run this code
# NOT RUN {
tmp <- catenary(c1=1,c2=3,lambda=1,x0=0,x1=4)
plot(tmp)
# }

Run the code above in your browser using DataLab