Re: [R] Plotting multiple weibull distributions in one graph

2013-11-12 Thread Rolf Turner
Read the help for plot.function, and note the argument "add". After plotting your first function, you'll want to set "add=TRUE". Note that the plotting interval defaults to [0,1] which is toadally out to luntch for the functions you are interested in. You'll want to set from=0 and to=100 or the

[R] Plotting multiple weibull distributions in one graph

2013-11-12 Thread kmmoon100
Hello, I am trying to plot multiple weibull distributions in one graph. Does anyone know how to produce? I already have different parameters for weibull distributions (shape and scale) Here are examples. Shape Scale 20112.455 21.657 20102.328 21.486 20092.336 22.642 2