search for: xycoords

Displaying 3 results from an estimated 3 matches for "xycoords".

Did you mean: xcoords
2009 Oct 28
2
Re ading and Creating Shape Files
Hello R Community, I have imported a dataset which contain X Y coordinates and would like to recreate a shape file after some data analysis. What i have done is to import some taxlot data and join them based on some criteria. I want to check to see how well the joining went by reviewing the results in GIS. A couple things. I cant seem to import a shape file correctly using the maptools
2011 Nov 10
2
Error in axis ????
...;) > print(head(x)) sp stress 1993-12-31 466.45 -0.453 1994-01-07 469.90 -0.442 1994-01-14 474.91 -0.435 1994-01-21 474.72 -0.449 1994-01-28 478.70 -0.462 1994-02-04 469.81 -0.513 > par(mfrow=c(2,1)) > plot(x[,1]/400, ylim=c(-1,5), col="blue") Error in axis(1, at = xycoords$x, labels = FALSE, col = "#BBBBBB", ...) : formal argument "col" matched by multiple actual arguments > lines(x[,2], col="red") > ccf(drop(x[,1]), drop(x[,2])) How do I fix the error ? -- View this message in context: http://r.789695.n4.nabble.com/Error-in-a...
2012 Dec 27
1
Help in using col in plot()..
...(data_min1$macdhist,col=data_min3$histcol,type="h",main="") axis(4,col='black') par(new=F) When I remove ",col=data_min3$histcol" in the 2nd plot() function, it works. But currently it's not working showing the following msg: Error in axis(1, at = xycoords$x, labels = FALSE, col = "#BBBBBB", ...) : formal argument "col" matched by multiple actual arguments Could you let me know how to fix it ? BR, SK Park [[alternative HTML version deleted]]