Re: [R] Creating 3D plot

2011-11-09 Thread Sarah Goslee
Hi, On Wed, Nov 9, 2011 at 11:56 AM, Michal Zimmermann wrote: > Hi to all, > i have a data set of international airports with latitude, longitude and > altitude. I was thinking of creating a 3D plot out of them, but haven't > succeeded yet. > With > plot3d(x=seq(min(traffic$lon),max(traffic$lon))

[R] Creating 3D plot

2011-11-09 Thread Michal Zimmermann
Hi to all, i have a data set of international airports with latitude, longitude and altitude. I was thinking of creating a 3D plot out of them, but haven't succeeded yet. With plot3d(x=seq(min(traffic$lon),max(traffic$lon)),y=seq(min(traffic$lat),max(traffic$lat)),z=traffic$alt) all i get is http:/