Learn R Programming

Rquake (version 2.4-4)

plotJACKLLZ: BoxPlot Jackknife of station locations

Description

BoxPlot Jackknife of station locations

Usage

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)

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

Details

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

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

Run this code
# NOT RUN {
# }
# NOT RUN {
COSOjack = HiJACK(lps, sta)

plotJACKLLZ(COSOjack, sta, proj)



# }
# NOT RUN {





# }

Run the code above in your browser using DataLab