zoomtoseg: Zoom to segment

View source: R/dissolve_zoom.R

zoomtosegR Documentation

Zoom to segment

Description

Calls plot.rivernetwork and automatically zooms to a specified segment or vector of segments. Not intended for any real mapping - just investigating and error checking.

Usage

zoomtoseg(seg, rivers, ...)

Arguments

seg

A segment or vector of segments to zoom to

rivers

The river network object to use

...

Additional plotting arguments (see par)

Author(s)

Matt Tyers

Examples

data(Kenai3)
plot(x=Kenai3)

# checking out a particularly messy region...
zoomtoseg(c(110,63), rivers=Kenai3)

riverdist documentation built on April 12, 2025, 2:24 a.m.