Thank you!
I even bought a manual on this and such feature was not there. Case solved.
Regards,
Luigi
On Thu, Mar 14, 2019 at 11:36 PM Jim Lemon wrote:
>
> Hi Luigi,
> Upon careful reading of the help page, you can do it with scatter3D:
>
> scatter3D(X, Y, Z, col.var = Z, pch = 16, cex = 2,clim=c
Hi Luigi,
Upon careful reading of the help page, you can do it with scatter3D:
scatter3D(X, Y, Z, col.var = Z, pch = 16, cex = 2,clim=c(0.5,3))
scatter3D(X, Y, K, col.var = K, pch = 16, cex = 2,clim=c(0.5,3))
Jim
On Thu, Mar 14, 2019 at 9:32 PM Luigi Marongiu wrote:
>
> Dear all,
> I am trying
Dear all,
I am trying to display multivariate data using the library plot3D. I
have 3 variables that go on the axis and a fourth that I would like to
display as a color shade. However, the scale differs between plots
because the data I am using varies.
Would be possible to maintain a single scale s
3 matches
Mail list logo