plot.DisplacementField: visualize a displacement field

View source: R/displacementField.r

plot.DisplacementFieldR Documentation

visualize a displacement field

Description

visualize a displacement field

Usage

## S3 method for class 'DisplacementField'
plot(x, lwd = 1, color = TRUE, plot = TRUE, size = NULL, ...)

Arguments

x

displacement field of class "DisplacementField", e.g. created using createDisplacementField

lwd

width of the displacement vectors

color

logical: if TRUE, displacement vectors will be colored according to a heatmap.

plot

if FALSE only an object of class "DisplacementPlot" is returned without graphical output

size

determines size of grid points

...

additional arguments. Currently not used.

Value

invisible object of class "DisplacementPlot" that can be rendered using plot

See Also

interpolateDisplacementField, applyDisplacementField, smoothDisplacementField


zarquon42b/mesheR documentation built on Jan. 28, 2024, 2:17 p.m.