Learn R Programming

GEOmap (version 2.5-11)

GEOmap.cat: Concatenate Two GEOmaps

Description

Combine Two GEOmaps into one

Usage

GEOmap.cat(MAP1, MAP2)

Value

GEOmap

list

Arguments

MAP1

GEOmap list

MAP2

GEOmap list

Author

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

Details

Maps are combine consecutively.

See Also

GEOmap.Extract, GEOmap.CombineStrokes, list.GEOmap

Examples

Run this code

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

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

Run the code above in your browser using DataLab