Displaying 20 results from an estimated 800 matches similar to: "change pch in 3dplot, export graph"
2010 Apr 05
1
Using pch with the RGL library
Hi,
I am trying to compare two 3D plots. For that, I am trying to use the
"pch" parameter in the "points3d" function, but it is not working. Is
it implemented? Any suggestion?
Here goes a reproducible code. I wanted the second plot having
different symbols for the points.
x <- rbind(matrix(rnorm(100, sd = 0.3), ncol = 2),
           matrix(rnorm(100, mean = 1, sd = 0.3),
2007 Aug 13
2
help with scatterplot3d
Hello,
I am having a bit of trouble with scatterplot3d().
I was able to plot a 3d cloud of points using the following code:
>my.3dplot<-scatterplot3d(my.coords, pch=19, zlim=c(0,1), scale.y=0.5,
angle=30, box=FALSE)
where my.coords is a data frame that contains x, y, and z coordinates for
grid points whose elevation we sampled.
The problem occurs when I try to add points using points3d.
2007 Jun 05
2
biplot package
Dears,
I've been learning biplot (Gabriel, 1971) and I found the function 'biplot', inside of the package 'stats',
useful but, a bit limited.
So, I'm thinking to start a colaborative package to enhance this methods to other multivariate methods. In this
way, I would like to start it, making public a new function (biplot.pca, still in development, but running)
that make
2006 Feb 20
1
Further rgl()/spheres3d() query
Hi,
I am applying the following code to map pca loadings onto a 3d grid, my
problem is this - the output only plots the spheres in the requested color
(in this case "red") for the first argument. The sphere from the second
argument appear as flat dark circles. Also the text3d() command only seems
to work for a couple of the positions, with no text added in most cases.
Could anyone offer
2007 Sep 24
1
save 3dplot to file
I think it is an easy question but i haven´t found a solution since I  
am r beginner.
I did this
	plot3d(PCoA, type="p", col=rainbow(1000),size=5)
	text3d(PCoA, text=Nam)
How can I save it including the labels to a jpg-file?
Thanks in advance.
Birgit
Birgit Lemcke
Institut für Systematische Botanik
Zollikerstrasse 107
CH-8008 Zürich
Switzerland
Ph: +41 (0)44 634 8351
2001 Jan 06
4
3D package in R
Hi all,
I am considering writing a 3D visualisation package for R. 
Purposes:
- Visualise 3 dimension data 
- Manipulate the data or series or any other object with the mouse as in any 3D software (3D Studio Max, Lightwave...)
- Eventually display more than just 3D objects.
Justification:
- It's always interesting to plot data before performing any analysis
- Manipulating (rotating,
2009 Feb 16
1
Help with rgl
Hi,
I don't know much about the RGL package, and I have read the
documentation and tried some parameters, with no luck... I would like
to generate a movie from a 3D object (code below), where the vortex A
is closer to the observer, and then the object rotates and the B
vortex gets closer. I would like to capture this movie to a file.
By the way, I am not being able to insert unicode text
2012 May 27
3
barplot problem
Hello- I am having trouble making a barplot...
The y-values are:
data=c(-0.0002129061,0.0000000000,-0.0002699561,0.0163883061,0.0400000000).
The x-values are distance=c(0, 71, 172, 206, 292).
The desired x-range is 0 and ~300+ (kilometers), range=seq(0,300,1)
I would like to make a bar plot with the bar locations along the x-axis
spaced according to their distances.
I have tried
2011 Sep 07
2
rgl 'how-to's
Doing a visual graphic and trying to make it "pretty"
Here's simple chart to play with:
library(rgl)
dotframe<-data.frame(x=c(0,7,0,0,-7,0),y=c(0,0,7,0,0,-7),z=c(7,0,0,-7,0,0))
dotframe plot3d(dotframe$x,dotframe$y,dotframe$z, radius=3, 
type='s',col=c('red','green','blue','purple','orange','gray'), 
axes=FALSE, box=FALSE,
2012 Sep 25
1
RGL plot : cex and zlim arguments do not work
Dear all,
I have a quiet simple problem (shared by a collegue) but no solution at
yet. The arguments I use in bbox3d or text3d do not have any effect on the
graph. I need to use 'cex' and 'zlim' but It does not work. Maybe my
problem could appear trivial but I have spent a lot of time on that.
If you have a solution, please let me know!
stephane
	[[alternative HTML version
2006 Nov 26
2
A question about hosts files
Hi there!
I'm super-happy because I've just finished my semi-auto configurator for 
Windows machines ^^
I've got a question: must all the users of a VPN share all together 
their hosts files?
i.e.
PC1 is linked to PC2 -> PC1 and PC2 must have both /hosts/PC1 and hosts/PC2
PC2 is linked to PC3 -> PC2 and PC3 must have both /hosts/PC2 and /hosts/PC3
Must PC3 have /hosts/PC1
2011 Oct 25
5
[PATCH] pm : provide CC7/PC2 residency
x86 pm : provide CC7/PC2 residency
Sandy bridge introduces new MSR to get cc7/pc2 residency (core C-state 7/package C-state 2). Print the cc7/pc2 residency when on sandy bridge platform.
Signed-off-by: Yang Zhang <yang.z.zhang@intel.com>
diff -r 662dbf6ee71c tools/libxc/xc_pm.c
--- a/tools/libxc/xc_pm.c       Mon Oct 24 18:01:07 2011 +0100
+++ b/tools/libxc/xc_pm.c       Fri Oct 28
2006 Nov 28
1
help
Heloo!
I have 3 Vpn with 3 servers!
pc1 with debian and adr. for ex. 10.10.10.x
pc2 with debian and adr. for ex. 10.10.10.y
pc3 with debian and adr. for ex. 10.10.10.z
On tinc i have
pc1 connect to pc2 and pc3
pc2 connect to pc1 and pc3
pc3 connect to pc1 and pc3
Evrithing works fine but i whant to connect from home
to this vpn but at my home i have a pppoe (no ip adr.,
i have user and pass to
2012 Dec 07
1
points3d and ordirgl
Hello all, I have been using the function ordirgl to plot 3D dynamic
ordinations.  The ordirgl function works just fine. IN fact, I was even
able to write a function that allows me to identify points in the 3D plot:
identify.rgl<-function(env_var,ord,dim1,dim2,dim3)
{
        tmp<-select3d(button="left")
        tmp.keep<-tmp(ord[,dim1],ord[,dim2],ord[,dim3])
       
2012 Jul 05
1
Adding Text to a persp plot using specific coordinates
Hi folks,
I'm experiencing some hassle to add some text on a persp plot...
Here is the code to generate the persp plot:
x <- seq(-1.95, 1.95, length = 30)
y <- seq(-1.95, 1.95, length = 30)
z <- outer(x, y, function(a,b) a*b^2)
persp(x, y, z,xlim=c(-2,2),ylim=c(-2,2),zlim=c(-8,8), phi=30, theta=-30,nticks=8,ticktype="detailed")
I've tried the text() function  :
2009 Feb 16
2
Using eval in multinom argument
Hi,
I am having difficulty entering a 'programmable' argument into the multinom function from the nnet package. Interactively, I can get the function to work fine by calling it this way:
z1=multinom(formula = class.ind(grp[-outgroup])~ (PC1 + PC2 + PC3), data=data.frame(scores))
However I need to be able to change the number of variables I am looking for in 'scores' and so am
2003 Jul 08
2
Can anybody help me on this?
Hi there:
I have this configuration:
|-----[Server 2]
|
[Internet]--------[Router]----------[Switch]------------ [Server 1]
|
|-----[PC1]
|
|-----[PC2]
|
|-----[PC3]
Server 1 has IP 216.251.XXX.XX1
Server 2 has IP 216.251.XXX.XX2
PC1 has IP 216.251.XXX.XX3
PC2 has IP 192.168.XXX.1
PC3 has IP 192.168.XXX.2
How do I configure shorewall in SERVER 2 to block to/from the Internet Port
22
2006 Jun 29
3
advice on arguments
I have a general style question about R coding.
   Suppose I'm writing a function (foo1) that calls other functions
(foo2, foo3, ...) which have complicated argument
lists (e.g. optim(), plot()), _and_
I may be calling several different functions in the body of
foo1.  Since foo2 and foo3 have different sets of arguments, I
can't just use "..." ; I did write some code a while ago
2010 Mar 11
3
Define column names to a series of data.frames
Greets to the list!
I am aware that this topic has been discussed several times. And I've
read quite some related posts [1]. Yet, can't seem to give a solution to
my problem.
I have 6 data frames consisting of 6 rows x 7 columns put together from
other data.frames.
Something like:
   a b c d e f g
v1 # # # # # # # 
v2 # # # # # # #
v3 # # # # # # #
v4 # # # # # # #
v5 # # # # # # #
v6
2009 Nov 09
4
prcomp - principal components in R
Hello, not understanding the output of prcomp, I reduce the number of 
components and the output continues to show cumulative 100% of the 
variance explained, which can't be the case dropping from 8 components 
to 3. 
How do i get the output in terms of the cumulative % of the total 
variance, so when i go from total solution of 8 (8 variables in the data 
set), to a reduced number of