Displaying 20 results from an estimated 100 matches similar to: "rgl.postscript() failure when saving a scene"
2008 Sep 24
2
rgl: ellipse3d with axes
Last week I asked about data ellipses with rgl:::ellipse3d() with lines
showing the principal axes.
(The goal is a visual demonstration of PCA as a rotation of variable
space to component space.)
I was trying, unsuccessfully, to use princomp() to generate the PCA axes
and plot them using
segments3d:
> > PC <- princomp(trees)
> > sdev <- PC$sdev # component standard
2012 Apr 12
2
scatter3d: problem with spheres-color
Dear List,
I don't get scatter3d to color the sheres according to the '|' argument.
library(car)
scatter3d(prestige ~ income + education|type, data=Prestige)
The spheres on my screen are all colored the same and they are not
conditional on Prestige$type.
On the other hand: Fit3d and Ellipse3d are colored according to the
group argument.
rgl_0.92.879
car_2.0-12
R version 2.15.0
2012 Feb 07
2
3D confidence ellipsoid with ellipse projections onto 2D plane
I have a 3xN matrix of parameters obtained from N regressions where the 3
parameters are jointly statistically significant. I would like to reproduce
a 3D confidence ellipsoid projecting 2D ellipses onto the XY plane as in
Figure 5.2 in this
2011 Jan 31
1
rgl: draw multiple ellipsoids
Dear list,
I'm trying to visualise some ellipsoidal shapes in 3D. Their position,
axes, and angular orientation can be arbitrary. I saw an ellipse3d
function in rgl; however it is heavily oriented towards the
statistical concept of ellipse of confidence, whilst I am just
concerned with the geometrical object.
Below is my current implementation. It is quite slow when creating
many shapes, so
2008 Sep 17
1
rgl: plot3d and ellipse3d
Hi
I'm trying to make a 3d plot showing a point cloud, the corresponding
data ellipse
and the principal axes of the ellipse as vectors.
library(rgl)
data(trees)
cov <- cov(trees)
mu <- mean(trees)
plot3d(trees, type="s", size=0.5, col="blue", cex=2)
In this step, an extra box is added. I've tried using box=FALSE, but it
has no effect.
# how to avoid the
2011 Jan 14
0
Paltalk scene
hi
can somebody please help install paltalk scene, i have tried many threads here and in ubuntu forums withous success
thanks in advance
2013 Jan 24
0
Creating a "scene" with plot3d or point3d
Hi the list,
As far as I understand, a possibility to create a "scene" is to provide a
list of triangles to the function makeTriangles. Is there also a way to turn
the data that are used by "plot3d" into a scene? I would like to write:
--- 8< ---------
M <- matrix(runif(12),4)
plot3d(M)
### Some secretes operations that turn M into a Mscene
Mscene <-
2011 Nov 16
3
Interpolating hourly basis
I have a huge data set in the form of
V1 V2 V3 V4 V5 V6
1 201005010000201005010000 1.68291.38 1 0
2 201005010000201005010300 0.93335.10 1 0
3 201005010000201005010600 2.25 57.38 1 0
4 201005010000201005010900 0.43 13.76 1 0
5 201005010000201005011200 0.74101.14 1 0
I am interested in interpolating it on an hour basis(it's for avery
2011 Oct 17
1
Design an Awesome Space Dancer Scene with Nebula Texture in
This is an fairly easy tutorial and I hope you enjoy it! Have a try!
Here is the preview of the final result:
alternative version I have: (adjusted the colour balance and add two planets into it)
OK Let?s get started!
To complete this tutorial, you will need the following stocks:
Dancer
Nebula Texture 1
Nebula Texture 2
Step 1
Load the dancer image into Photoshop and resize the image to 1200px
2010 Jan 29
7
Wine and Miranda IM
Hi,
I have been using Miranda (version 0.7.19, latest that can handle MSN) Lately i have get some problem, i cant see peoples avatars and when i log in i get about 4-7 errors massages. Im running Arch now, before that i was using Ubuntu and with some help with winetricks then this problem was gone. I?m using the latest version of Wine and winetricks.
Terminal output:
Code:
2003 Mar 03
5
Re: 2.4.20 htb3 oops
Hi everyone,
I am having problems with "oopses" since I introduced HTB on my
company''s PC-based routers. It seems that only routers with high
network load are affected. The average network load on the two most
problematic routers are 10Mbps in/out and 2.5Mbps in/out.
The other machines with less than 1Mbps average traffic seems unaffected.
We have been getting oopses on
2012 May 11
2
[LLVMdev] overlaps generation, RA crasch
Hi,
Recently on trunk, the ovlaps list for a register got a dual entry on my target, which caused the RA to crash.
Reg
Subreg1
Subreg b
Subreg2
Subreg b
I have a register with two subregs that have subreg b in common. This causes the SuperReg to appear twice in the ovelaps list for Subreg b.
As this causes a register allocator to crasch (it evicts a register, and then inremenets
2004 Sep 03
3
ActiveX support in Wine
Hi list!
I'm currently trying to get a program called Polydoc to run under wine.
It is a kind of database app, for text databases. For some reason it
uses many ActiveX controls. So far all seems to be Ms "standard" controls.
But the program will not run. Anyone have a tip? I'm going to test
with a native ole32.dll among things.
Cheers,
--
Martin Widmark
AB TakeIT
2008 Feb 08
2
Date/Time config 'behind the scenes'
The GUI tool to set date time works great when your running X or
whatever, but what is it really doing in the background? How do I setup
automatic time synchronization from the command line?
Reference the GUI setup doc at:
http://www.centos.org/docs/5/html/5.1/Deployment_Guide/ch-dateconfig.html
2012 May 11
0
[LLVMdev] overlaps generation, RA crasch
On May 11, 2012, at 6:35 AM, Jonas Paulsson <jonas.paulsson at ericsson.com> wrote:
> Hi,
>
> Recently on trunk, the ovlaps list for a register got a dual entry on my target, which caused the RA to crash.
>
> Reg
> Subreg1
> Subreg b
> Subreg2
> Subreg b
>
> I have a register with two subregs that have subreg b in common. This causes the
2005 Mar 02
1
Patch that fixes distortions during static scenes
Here is a patch that fixes distortions that appear during scenes with no
motion. Tbe problem was that UpdateFrame() was not being called when a
MotionScore of 0 was computed. Since UpdateFrame() was not called the buffer
returned by theora_encode_packetout() would be the same buffer that was output
for the last frame that had a non-zero MotionScore. This is obviously incorrect
behavior. I've
2011 Sep 12
2
function to include factors in summary data frame
Hi all,
I have a dataframe that includes data on individuals that are distributed
across multiple rows. I have aggregated the data using ddply, but I have
columns in the original data frame that are factors ( such as sites "A",
"B", and "C") that I would like to include in the new data frame. I have
done this in a clunky way using match() and a loop, but am
2005 Oct 04
1
Rcmdr and scatter3d
Hi folks,
I'd like to use scatter3d (which is in R commander) to plot more than one
dataset in the same graph, each dataset with a different color. The kind
of stuff you would do with "holdon" in Matlab.
I read a recent message that was posted to this list with a similar
problem, but I couldn't understand the reply. Could someone give me one
example? How do you plot subgroups
2008 Oct 26
0
orthographic projection of ellipsoids
Dear list,
I've generated a list of 3D coordinates representing ellipsoids in
arbitrary orientations. I'm now trying to obtain a 2D projection of
the scene, that is to draw the silhouette of each object on a plane
(x,y). The only way I could think of is to compute the convex hull of
the (x,y) coordinates of each object and use this as the outline of
the object. This is clearly
2008 Mar 27
3
Star Wars Echo Sound
We have a location that is having a really odd issue. We have a sangoma
POTs card. We are running software echo cancellation with the card
(through asterisk) to try to eliminate some major echoing problems. I've
turned on both EC and echotrain, which seemed to have gotten rid of the
echo for the most part. However, we are now running into an issue where
the outside caller hears a star wars