[R] defining and plotting functions thanks to equation
Jason Turner
jasont at indigoindustrial.co.nz
Wed Jul 30 10:09:11 CEST 2003
vincent.stoliaroff at sgcib.com wrote:
> Are there any means to define and plot a function given the equation that
> specifies the function?
>
> For example I'd like to plot and work with the Gumbel Distribution density
> defined by
> Lambda(x)=exp(-exp(-x))
Like this?
curve(exp(-exp(-x)),0,10,101)
Cheers
Jason
--
Indigo Industrial Controls Ltd.
64-21-343-545
jasont at indigoindustrial.co.nz
More information about the R-help
mailing list