Displaying 1 result from an estimated 1 matches for "dischargesli".
Did you mean:
discharges
2008 Jun 27
1
Problems exporting graphs
I have trying to figure this out all day so hopefully the answer isn't too
obvious. I am able to view a graph in the viewer window. However, I need to
export graph outside of the viewer window. Here is the script I am using:
> png("Compare.png")
> plot(compare$DepthSLI, compare$DischargeSLI, col="blue", xlab = "Average
Water Depth (cm)", ylab = "Discharge (m^3/s)", xlim=c(5,40),
ylim=c(0.03,0.1), main="Discharge in Flume 1")
> dev.off()
null device
1
When I do this R simply produces an empty file that produces an error
message when...