Skip to content
Prev 8337 / 29559 Next

Better print method for Spatial*DataFrames?

Nice suggestion! I did this for points (committed to cvs), as option in
print, and get
geometry cadmium copper lead zinc  elev
1 POINT(333611 181072)    11.7     85  299 1022 7.909
2 POINT(333558 181025)     8.6     81  277 1141 6.983
3 POINT(333537 181165)     6.5     68  199  640 7.800
        dist   om ffreq soil lime landuse dist.m
1 0.00135803 13.6     1    1    1      Ah     50
2 0.01222430 14.0     1    1    1      Ah     30
3 0.10302900 13.0     1    1    1      Ah    150

For (multi)lines / polygons, would it be useful to print the first
coordinate followed by ..., so that some kind of identification is possible?
On 05/18/2010 05:04 PM, Barry Rowlingson wrote: