globeearth(gdata, runlen, eye, top, …, do.plot=TRUE)
earth$coords
.
If NULL
, no coastline is plotted.
earth$runlen
.
list(lon,lat)
)
determining a position in space. If unspecified the last value from a call
to globeearth
will be used. If this is the first call to
globeearth
the default value of zero degrees latitude and longitude
will be used.
list(lon,lat)
)
determining a position in space. The plot will be
rotated so that this position appears to be directly above the
centre of the earth. If unspecified the last value from a call
to globeearth
will be used. If this is the first call to
globeearth
the default value of 90 degrees latitude and zero degrees
longitude (i.e. the North Pole) will be used.
segments
controlling the
plotting of the coastline.
eye
, with the location top
at the top of the plot.
Only those parts of the coastline that are visible from eye
(on the side of the globe facing eye
) will be plotted.flatearth
.Use globepoints
to add points to this plot,
globelines
to add lines to this plot,
globearrows
to add arrows to this plot,
and globedrawlat
or globedrawlong
to draw latitude and longitude curves.
globeearth()
globeearth(eye=place("madrid"))
Run the code above in your browser using DataLab