plot_interp: Plots an interpolated field from a mesh

Description Usage Arguments Value Examples

Description

This function takes a mesh and a column name in the mesh, to generate an interpolated field of the indicated column

Usage

1
2
3
4
5
6
7
plot_interp(x, y, ds, ...)

## S4 method for signature 'FEBasis,character'
plot_interp(x, y, ds = 40, ...)

## S4 method for signature 'FEBasis,ANY'
plot(x, y, ...)

Arguments

x

a mesh object

y

a character indicated which column to plot

ds

the resolution of the plot (defaulted to 40 x 40)

max

upperbound on colour scale

min

lowerbound on colour scale

Value

a ggplot2 object

Examples

1
## See vignette min_max_T

andrewzm/bicon documentation built on May 10, 2019, 11:15 a.m.