[R] scatterplot3d

Uwe Ligges ligges at statistik.uni-dortmund.de
Thu Jul 4 08:54:49 CEST 2002



Marwan Khawaja wrote:
> 
> Hello,
> I am trying to plot a matrix (14 by 14) of some values, using
> 
> scatterplot3d(s3d.dat, type="h", pch=" ", lwd=20,
> +   y.ticklabs=c("CA", "DS", "HO", "HA", "TA",
> "LA","ED","AL","RE","DZ","HK","SW","DA","QU"),
> +   x.ticklabs=c("CA", "DS", "HO", "HA", "TA",
> "LA","ED","AL","RE","DZ","HK","SW","DA","QU"),
> +   col.grid="lightblue", xlab="Origin", ylab="Destination", highlight.3d=TRUE,
> main="Conditional Probabilities, Model3")

Use the argument 'lab', so your code will be:

  scatterplot3d(..., lab = c(15, 15))

Uwe Ligges
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list