plot.t2d_geo: Plot TELEMAC geometry

Description Usage Arguments Value

View source: R/plot.R

Description

Plots selected objects of class t2d_geo by interpolating the underlying mesh to a regular grid and using plot of package raster.

Usage

1
2
## S3 method for class 't2d_geo'
plot(x, s, v = "elevation", ...)

Arguments

x

An object of class t2d_geo.

s

numeric value defining the resolution for plotting (the mesh has to be interpolated to a grid for that).

v

character, name of the variable that is to be plotted (only one at a time; default is elevation).

...

Arguments passed to plot.

Value

No return value, called for side effects (plot).


telemac documentation built on Feb. 7, 2022, 5:06 p.m.