Re: [R] automating a script to read a file

2012-04-24 Thread Steve_Friedman
Petr, R- Users The scheme you provided yesterday worked very well. I am now trying to add more information to the graph(s) to make them more informative for my purposes. Essentially, I am trying to use a double Y axis graphic that will include the skew normal curves that I wrote about

Re: [R] automating a script to read a file

2012-04-24 Thread ilai
On Tue, Apr 24, 2012 at 2:09 PM, steve_fried...@nps.gov wrote: library(latticeExtra) doubleYScale(hist(mydata, breaks=20, prob=T,  xlim=c(-100, 2000), plot.spdf(x), use.style=FALSE) This does not work as doubleYScale expects histogram and densityplot,  and I'd like to use the plot.spdf

Re: [R] automating a script to read a file

2012-04-24 Thread ilai
On Tue, Apr 24, 2012 at 6:00 PM, Steve Friedman skfgla...@gmail.com wrote: The original post does contain the function plot.spdf and some sample data. That's great. And who's responsibility is it to make sure we have context for THIS post ? This is a mailing list, not a forum and MY mail client

[R] automating a script to read a file

2012-04-23 Thread Steve_Friedman
Hi, The following script (which I did not develop) is used to calculate and plot a skewed normal curve. The script currently requires the user to input six parameters, rather than reading these directly from a file. I've been spinning wheels here, trying to figure out how to modify the script

Re: [R] automating a script to read a file

2012-04-23 Thread Petr Savicky
On Mon, Apr 23, 2012 at 04:02:45PM -0400, steve_fried...@nps.gov wrote: Hi, The following script (which I did not develop) is used to calculate and plot a skewed normal curve. The script currently requires the user to input six parameters, rather than reading these directly from a file.

Re: [R] automating a script to read a file

2012-04-23 Thread Steve_Friedman
Petr, Thank you very much this works. A little more tweaking and I'll have what I need. Thanks Steve Friedman Ph. D. Ecologist / Spatial Statistical Analyst Everglades and Dry Tortugas National Park 950 N Krome Ave (3rd Floor) Homestead, Florida 33034 steve_fried...@nps.gov Office (305) 224