plotJACKLLZ {Rquake} | R Documentation |
BoxPlot Jackknife of station locations
Description
BoxPlot Jackknife of station locations
Usage
plotJACKLLZ(hjack, sta, proj = NULL, PLOT=1)
Arguments
hjack |
Output of hijack |
sta |
station location list |
proj |
projection list |
PLOT |
plotting flag, 1,2. if plot =1 plot only boxplot, if plot=2 plot only map. Default=0 |
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 |
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, Vlocate
Examples
data(cosopix)
data(wu_coso.vel)
data(coso_sta_LLZ)
COSOjack = HiJACK(cosopix, coso_sta_LLZ, wu_coso.vel)
proj = GEOmap::setPROJ(2, mean(coso_sta_LLZ$lat),
mean(coso_sta_LLZ$lon))
#### show stats
plotJACKLLZ(COSOjack, coso_sta_LLZ, proj, PLOT=1 )
#### show maps
plotJACKLLZ(COSOjack, coso_sta_LLZ, proj, PLOT=2 )
[Package Rquake version 2.5-1 Index]