plotJACKLLZ | R Documentation |
BoxPlot Jackknife of station locations
plotJACKLLZ(hjack, sta, proj = NULL, PLOT=1)
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 |
takes the output of the HiJack function and extracts the pseudovalues and influence information for boxplots.
Graphical side effects and
X |
influence of lon |
Y |
influence of lat |
Z |
influence of depth |
Jonathan M. Lees<jonathan.lees@unc.edu>
Iversen, E. S., and J. M. Lees (1996), A statistical technique for validating velocity models, Bull. Seismol. Soc. Am. 86(6), 1853-1862.
HiJACK, BLACKJACK,imageINFLUENCE, Vlocate
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 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.