powered by
normal pairs plot with different pch and plus abline
mypairs(dataframe, legend = FALSE, pch = ".", ...)
data matrix or data.frame as normally passed to pairs
add legend to plots
point type default "."
params usually passed to pairs
also pairs
pairs
# NOT RUN { tmp = matrix(rep((1:100),times = 4) + rnorm(100*4,0,3),ncol=4) mypairs(tmp,log="xy",main="small data") mypairs(tmp,log="xy",main="small data", legend=TRUE) # }
Run the code above in your browser using DataLab