plot.fracture_matrix | R Documentation |
Plot fracture matrix
## S3 method for class 'fracture_matrix'
plot(
x,
field = "f1",
col.palette = c("black", "red", "yellow"),
pch = 16,
cex = 1,
asp = 1,
...
)
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.