mtbb-class: Methods for class 'mtbb'

Description Usage Arguments Examples

Description

Methods for class mtbb

Usage

1
2
3
## S3 method for class 'mtbb'
points(x, X, Y, M = rep(1, length(x)), M.max = max(M, na.rm =
  TRUE), bb.unit = "cm", add.M = FALSE, ...)

Arguments

x

the mtbb object to plot

X,Y

numeric; the x and y positions to plot the beachball at

M

numeric; the magnitude of the earthquake

M.max

numeric; the maximum magnitude to normalize the sizes by

bb.unit

character; the unit to convert to

add.M

logical; should M be shown with the beachball?

...

additional parameters sent to text if add.M=TRUE

Examples

1
2
3
4
5
6
7
## Not run: 
b1 <- bb.sdr(45,80,70)
plot(-1:1, -1:1, type="b")
points(b1)
points(b1, X=0.1, add.M=TRUE)

## End(Not run)

abarbour/beachball documentation built on May 10, 2019, 4:06 a.m.