plot.t2d_res: Plot TELEMAC results

Description Usage Arguments Value

View source: R/plot.R

Description

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

Usage

1
2
## S3 method for class 't2d_res'
plot(x, s, v = NULL, t = 0, ...)

Arguments

x

An object of class t2d_res.

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 to take the first variable that can be found).

t

integer, timestep that is to be plotted (only one at a time; default is to plot the first timestep).

...

Arguments passed to plot.

Value

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


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