Displaying 3 results from an estimated 3 matches for "xycoord".
Did you mean:
xcoord
2009 Oct 28
2
Re ading and Creating Shape Files
...64334.9
,864882.0)
Xcoord=c( 4227640 ,4227816 ,4228929 ,4228508 ,4229569 ,4229498 ,4226747,
4226781, 4229597,
4229204, 4228910, 4228959 ,4229465 ,4229794 ,4229596 ,4229082)
Lot<-c(1900 , 2000, 2100 , 100 ,200 , 300, 400 , 500 , 600 , 701 ,
900 , 1000 , 1100,
300 ,100, 200)
XYcoord<-spCbind(Ycoord,Xcoord) #doesnt work so
XYcoord=c(Ycoord,Xcoord)
TaxLots<-cbind(Ycoord,Xcoord,Lot)
writeSpatialShape(XYcoord, TaxLots..,
file=data/input/test/Taxlots,strictFilename=FALSE)
So help reading in shape files and then creating them using XY coordinates
if possible
Any help wou...
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-...
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]]