plot.fracture_matrix: Plot fracture matrix

View source: R/plotting.R

plot.fracture_matrixR Documentation

Plot fracture matrix

Description

Plot fracture matrix

Usage

## S3 method for class 'fracture_matrix'
plot(
  x,
  field = "f1",
  col.palette = c("black", "red", "yellow"),
  pch = 16,
  cex = 1,
  asp = 1,
  ...
)

Arguments

x

fracture matrix to plot

field

field to plot ("f1" - upper, "f2" - lower)

col.palette

color palette to use for plotting

pch, cex, asp, ...

other options for plot (scatter plot)


llaniewski/rfracture documentation built on Aug. 21, 2023, 11:10 a.m.