GEOmap.cat {GEOmap}R Documentation

Concatenate Two GEOmaps

Description

Combine Two GEOmaps into one

Usage

GEOmap.cat(MAP1, MAP2)

Arguments

MAP1 GEOmap list
MAP2 GEOmap list

Details

Maps are combine consecutively.

Value

GEOmap list

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

GEOmap.Extract, GEOmap.CombineStrokes, list.GEOmap

Examples


data(coastmap)
CUBA = GEOmap.Extract(coastmap,90, INOUT="in" )

NSAMER =  GEOmap.Extract(coastmap,2, INOUT="in" )
AMAP = GEOmap.cat(CUBA, NSAMER)
plotGEOmap(AMAP )


[Package GEOmap version 1.4-0 Index]