plotJACKLLZ: BoxPlot Jackknife of station locations

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/plotJACKLLZ.R

Description

BoxPlot Jackknife of station locations

Usage

1
2
plotJACKLLZ(hjack, sta, proj = NULL,  PLOT=0, PS=FALSE,
    fbase="jack", width =c(10, 5) , height = c(8, 8))

Arguments

hjack

Output of hijack

sta

station location list

proj

projection list

PLOT

plotting flag, 0,1,2. If PLOT=0 plot both boxplots and map, if plot =1 plot only boxplot, if plot=2 plot only map. Default=0

PS

postscript output device, default=FALSE

fbase

basename for output png files

width

2-vector of width of plots output (inches)

height

2-vector of height of plots output (inches)

Details

takes the output of the HiJack function and extracts the pseudovalues and influence information for boxplots.

Value

Graphical side effects and

X

influence of lon

Y

influence of lat

Z

influence of depth

files

character vector of the names of the files output

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

References

Iversen, E. S., and J. M. Lees (1996), A statistical technique for validating velocity models, Bull. Seismol. Soc. Am. 86(6), 1853-1862.

See Also

HiJACK, BLACKJACK,imageINFLUENCE

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

COSOjack = HiJACK(lps, sta)

plotJACKLLZ(COSOjack, sta, proj)




## End(Not run)

Rquake documentation built on Dec. 16, 2020, 5:06 p.m.