GEOmap.cat: Concatenate Two GEOmaps

View source: R/GEOmap.cat.R

GEOmap.catR 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 )


GEOmap documentation built on Sept. 1, 2023, 5:09 p.m.