[R] scatterplot3d bug??
Vivek Ayer
vivek.ayer at gmail.com
Mon Aug 3 20:12:41 CEST 2009
Hey guys,
Not sure if I encountered a bug with the scatterplot3d function.
Here's the calls I made:
s3d1 <- scatterplot3d(TotLogDisttenp,TotDifftenp,TotMeasuredRSLtenp,pch=16,highlight.3d=TRUE,angle=40,type="h",main="MRSL
~ LogDist + Diff");
s3d1$plane3d(fitols);
s3d1 <- scatterplot3d(TotLogDisttenp,TotDifftenp,TotMeasuredRSLtenp,pch=16,highlight.3d=TRUE,angle=130,type="h",main="MRSL
~ LogDist + Diff");
s3d1$plane3d(fitols);
s3d1 <- scatterplot3d(TotLogDisttenp,TotDifftenp,TotMeasuredRSLtenp,pch=16,highlight.3d=TRUE,angle=210,type="h",main="MRSL
~ LogDist + Diff");
s3d1$plane3d(fitols);
s3d1 <- scatterplot3d(TotLogDisttenp,TotDifftenp,TotMeasuredRSLtenp,pch=16,highlight.3d=TRUE,angle=310,type="h",main="MRSL
~ LogDist + Diff");
s3d1$plane3d(fitols);
Essentially four plots showing the data from different angles. This
includes the fit plane. The first two graphs make sense, but for the
latter two, the fit plane is not making sense.
Take a look at the attached png.
Is it a bug?
Thanks,
Vivek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ols_3dplot_diff_up.png
Type: image/png
Size: 69163 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090803/f7edea95/attachment-0002.png>
More information about the R-help
mailing list