search for: seriep

Displaying 1 result from an estimated 1 matches for "seriep".

Did you mean: series
2013 Apr 01
1
polygon error
...00 50.00 0 5.40 50.95 -50.00 50.00 8 1908 3 33.33 66.67 -1 -6.46 19.38 -66.67 33.33 9 1909 3 33.33 0.00 0 9.70 12.82 0.00 33.33 10 1910 3 33.33 66.67 -1 -6.91 26.42 -66.67 33.33 11 1911 3 0.00 66.67 -1 -11.63 13.86 -66.67 0.00 12 1912 3 33.33 0.00 0 16.26 29.25 0.00 33.33 -- I try this code: plot(seriep$Year,seriep$poz, type="l",ylim=c(-100,100)) lines(seriep$Year,seriep$neg, type="l",col="red") polygon(c(seriep$Year,rev(seriep$Year)),c(seriep$neg,rev(seriep$poz),col="grey93",border=NA)) and this is the error>Error in xy.coords(x, y) : 'x' and ...