search for: 111004_lode_outlines

Displaying 1 result from an estimated 1 matches for "111004_lode_outlines".

2011 Oct 04
1
Plotting a polygon with xyplot
...nts plotting in the correct order. I would also like some hints on how to render or fill the polygon. Scrpt below and data file attached Thanks Markm library("lattice") # set size of the window windows(height=7, width=10,rescale=c("fixed")) Data_poly<- read.table("111004_Lode_Outlines.csv",header = TRUE,sep = ",",) xyplot(z~y, data=Data_poly, type="l" ) http://r.789695.n4.nabble.com/file/n3870788/111004_Lode_Outlines.csv 111004_Lode_Outlines.csv -- View this message in context: http://r.789695.n4.nabble.com/Plotting-a-polygon-with-xyplot-tp3870788p3...