Displaying 1 result from an estimated 1 matches for "feketefeb".
2009 May 18
8
Simple plotting errors
...0.9342164 387.7
NIGER 4.7245709 826.8
ZAMBEZI 76.6893794 8665.9
YANGTZE 10.6759257 1729.5
I want to do a line plot of the value of Amazon 'Sum' (in this case, 68348.4) for each of the 12 data frames. I've tried doing this as follows:
plot(FeketeJAN[1,2], FeketeFEB[1,2], FeketeMAR[1,2], *through to December* type="l")
but receive: Error in strsplit(log, NULL) : non-character argument
I've also tried:
plot(FeketeJAN$AMAZON[,2], FeketeFEB$AMAZON[,2], *through to December* type="l")
but receive:
Error in plot.window(...) : need fini...