Skip to content
Prev 5433 / 29559 Next

hscattergram between two different variables

Dear all,


I want to plot the cross hscattergram between two different variables.

I used the following instruction:

hscat(jura.pred$Cd~jura.pred$Zn, jura.pred, c(0, 0.1, 0.2, 0.3, 0.5, 1), 
alpha=c(0,45))

where jura.pred$Cd and jura.pred$Ni are the two variables, but the result 
obtained is the same of the univariate case when I put 1 instead of jura.
pred$Zn.

Can you help me?

Thanks

Cristiano
LC_MONETARY=English_Canada.1252;LC_NUMERIC=C;LC_TIME=English_Canada.1252