Displaying 1 result from an estimated 1 matches for "na_allca_scree".
2009 Oct 25
3
Trying to save both an rgl plot and a bar plot errors
...e .Rimage files save properly yet.
Thank you for your time,
James Thomas
# PLOT
open3d()
dev.new()
setwd(...)
plot3d(SN_PCA_All, col=rainbow(nrow(SN_PCA_All)))
decorate3d(main ="SN_All_Ca")
barplot(SN_Scree_All_Percent[,1], main = "SN_All_Ca")
savePlot(filename = "01 +S+Na_AllCa_Scree", type ="tiff")
rgl.viewpoint(180,0)
rgl.snapshot("01 +S+Na_AllCa_PCA.png", fmt="png", top=TRUE )
#
[[alternative HTML version deleted]]