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))
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:/
2 matches
Mail list logo