fracture3d: Makes a 3d plot of the fracture

View source: R/plotting.R

fracture3dR Documentation

Makes a 3d plot of the fracture

Description

Makes a 3d plot of the fracture

Usage

fracture3d(
  obj,
  type = c("top", "bottom"),
  col,
  edge.col = NA,
  vertex.col = NA,
  asp = "iso",
  add = FALSE,
  transform = function(points) points,
  ...
)

Arguments

obj

the fracture_geom object to plot in 3d

type

the surface to plot: top, bottom, middle

col

vector of 3 colors used for top, bottom and middle surface

add

if TRUE, add plot to existing rgl window


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