msn.map {fossil}R Documentation

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

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

Value

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

Author(s)

Matthew Vavrek

See Also

dino.msn

Examples

##add examples


[Package fossil version 0.4.0 Index]