Learn R Programming

fossil (version 0.4.0)

msn.map: Mapping a Minimum Spanning Tree

Description

Creating a quick and focused map using a world map for gegraphically referenced visualization within R of a minimum spanning tree or network.

Usage

msn.map(msn, lat, ...)

Arguments

msn

minimum spanning tree or network to be used

lat

the lats

arguments to be passed to plot

Value

Returns a map of the globe, focused in on any set of georeferenced localities.

Details

This is a helper function for quick visualization of georeferenced minimum spanning trees, and is not meant for creating figure quality images due to lack of fine control over many functions

See Also

dino.msn

Examples

Run this code
# NOT RUN {
##add examples

# }

Run the code above in your browser using DataLab