search for: gwrclip

Displaying 1 result from an estimated 1 matches for "gwrclip".

Did you mean: farclip
2006 Jan 19
0
Editing Partial Correlation Matrix
...top, as opposed to the alternating top-bottom scale approach. Also, I would like to increase the font size of the graphic for print purposes. Any help on how to accomplish this would be greatly appreciated! Thanks, Mark Here is the code I am using for this analysis: data <- read.table("X:/GWRclip/corrmatrix.txt", header = T) ASHDEP <- data [,1] ELE <- data [,2] SLP <- data [,3] ASP <- data [,4] PLCU <- data [,5] PRCU <- data [,6] CTI <- data [,7] STI <- data [,8] SPI <- data [,9] data <- data.frame(ASHDEP, ELE, SLP, ASP, PLCU, PRCU, CTI, STI, SPI) hetcor(...