Displaying 20 results from an estimated 200 matches similar to: "shapes in rgl"
2006 Jan 04
7
Replacing backslashes with slashes
Hello,
I've seen this question asked in the archives but no clear reply or solution
provided. So, just to be sure it is not possible in R: Can I replace
backslashes with slashes in a string ?
I am writing a GUI for R with the Rpad library. I have a "browse" button for
data loading and Windows return a path string with backslashes. I need to
convert them into slashes to use the
2005 Apr 11
8
Building R packages under Windows.
Hello,
My question is the following. Has anyone put together an "idiots"
checklist of the steps needed to build a (small personal) package under
Windows, or documented their own experiences of building packages under
Windows?
I ask this as last week there were some very interesting comments
regarding the advantages of putting personally written functions
together as a package
2005 Aug 27
2
writing to a fixed format (fortran) file
Could anyone help with what should be a simple task? I have data as a
fixed format (fortran) table. I have no trouble getting it into R using
read.table. Each column is separated by a space, including the first
column that begins with a space, and aligned. It reads into R as if
separated by tabs. However I want to manipulate two columns of data then
write the results out into exactly the
2005 Feb 01
3
polynomials REML and ML in nlme
Hello everyone,
I hope this is a fair enough question, but I don’t have access to a copy
of Bates and Pinheiro. It is probably quite obvious but the answer might
be of general interest.
If I fit a fixed effect with an added quadratic term and then do it as
an orthogonal polynomial using maximum likelihood I get the expected
result- they have the same logLik.
2008 May 05
2
RODBC and schemas
I have found that the "schema.table" syntax used in Postgresql (and
Oracle) does not work directly with RODBC.
This works
library(RODBC)
con<-odbcConnect("mydb")
d<-sqlQuery(con,"select * from meso.trees")
However this does not.
d<-sqlFetch(con,"meso.trees")
Error in odbcTableExists(channel, sqtable) :
?meso.trees?: table not found on channel
2008 Nov 19
1
rkward on Ubuntu heron with R2.8.0
I am running R on Ubuntu Heron.
I recently updated to R 2.8.0 from the default (2.6) in the Ubuntu heron
repository by adding
deb http://cran.stat.sfu.ca/bin/linux/ubuntu hardy/
I updated all packages installed in /usr/lib/R/site-library and those in
my home directory /home/duncan/R/i486-pc-linux-gnu-library/2.6
without obvious issues. I installed adehabitat and gpclib, which should
be good
2013 Apr 06
1
Plotting a curve for a Holling Type III Functional Response
Hey,
So I have a scatter plot and I am trying to plot a curve to fit the data
based on a Holling Type III functional response. My function is this:
nll2<-function(a,b) {
conefun<-(a*DBH^2)/(b^2+DBH^2)
nlls2<-dnbinom(x=cones ,size=DBH, mu=conefun,log=TRUE)
-sum(nlls)
}
and my plot is this:
plot (DBH,cones)
DBH is on the x-axis and cones is on the y-axis. How do I get the curve
2009 Apr 23
2
Two 3D cones in one graph
Dear R-users:
The following code produces two cones in two panels. What I would like
to have is to have them in one, and to meet in the origin. Does anyone
have any good ideas how to do this?
Thanks for your help
Jaakko
library(lattice)
A<-matrix(ncol=2, nrow=64)
for(i in 0:63)
{
A[i+1,1]<-sin(i/10)
A[i+1,2]<-cos(i/10)
}
2009 Mar 10
1
North Arrow (.png file) on a Map
Hi list.
I would like to know how do I insert a North arrow, stored as a png file in
my computer, in a map? I found lots of post asking similar things, one of
them mentioned the pixmap package. The map was done using map() and
shapefiles (the code is below). I’m using the pixmap () and addlogo()
functions. Well I can import the png with pixmap() function (I guess, once
there’s no error message),
2005 Jan 12
4
Is this a $50 wifi or wireless USB VOIP phone ?
http://www.pcphoneline.com/skype
"The VPT1000 is NOT a simple last generation USB phone audio device but
is rather a next generation integrated gateway and USB phoneset with
simultaneous dual mode Skype and SIP calling support. Skype is not
forecast to have "SkypeIn" available until June 2005 but you can have
the capability now via its built in SIP capabilities."
Is this a
2015 Jun 16
4
Ayuda boxplot ggplot2
Hola a todos
Me gustaría saber si me pueden ayudar con lo siguiente.
Realicé un Boxplot usando ggplot2 para visualizar el comportamiento de dos
variables. Visualmente no se notan las diferencias porque la gráfica de la
derecha (parásitos en el abdomen) llega hasta 20 en el eje y. ¿Cómo puedo
hacer para que las dos gráficas muestren la misma escala en el eje Y, es
decir, que las dos lleguen a 60?
2004 Jun 04
4
YUV question
On Fri, 4 Jun 2004, Makc wrote:
> Here's what you can find in the net on YUV scheme:
Hmm? What prompted this?
> The statement I care to make here, is simply that there ain't neither
> such thing as "luminance", which details "the eye is more sensitive to",
"ain't neither"? Double negative, so I take your statement to mean
that there *is* such
2007 Nov 05
1
Help with Error Message
Hoping someone can offer me some assistance. I'm trying to execute a script
and I keep getting this error message about "Error: element 12 is empty".
I'm wondering if my syntax is incorrect within legend.list. If anyone has
any suggestions to sees something obvious that I am missing, I would greatly
appreciate any help.
Many Thanks,
Patrick
> # These are the symbols and
2013 Mar 30
1
Rgl
Dear r users,
I have two kinds of data I'm trying to represent in Rgl.
The first are measurements of soils: heights, diameters, and centerpoints
of each. I would typically represent these in 3d space as cylinders or
cones.
The second are radar data of the area under the solids , xyz plus amplitude
that I would like to represent as a point cloud.
Is there a currently implemented method to
2012 Feb 28
1
Dotplot edition
Hi everyone,
Im very new with R and I would like to change the size text (names) in the ylab in a dotplot. I have checked many webpages and R sites, but I have not found any help.
This is the same structure of the plot in R graph Gallery: http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=150
thanks in thanks is advance
José
Mi code is this:
### setup the key
k <- simpleKey( c(
2008 Jan 29
1
drawing arrows with rgl
Hi,
I am looking for a package which allows me to draw arrows (cylinders
with cones on them, basically) in 3d images produced with rgl. Is such
a thing available?
I did notice the 'compositions' package, which contains
'arrow3D'. However, it relies on 'tensorA', which fails to install on
my machine with the error message copied below. If anyone can help me
fix this
2011 Dec 02
1
Re: App Right Fax with wine 1.3.20
SFrankel wrote:
>
> cristobal wrote:
> >
> > vitamin wrote:
> > >
> > > omerta wrote:
> > > > Hello, intent run Right Fax with wine 1.3.20.
> > >
> > > No fax software will work on Wine. All of the RAS layer that is required for FAX programs is missing from Wine. Faxing (http://www.voipreview.org/faxing) Free Fax
2004 Dec 15
0
sambapasswd and Win98
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi everybody
I'm trying to set up a samba server on a win98 net.
Samba server is running over linux Fedora Core 3
and the domain server and dhcp server are running
on a windows xp.
The problem is that can connect to any resourse
at the samba server, and I got the message:
on Win98 client
"No route host to the network" or something
2017 Jun 01
2
Question on function "scatterplot3d"
Hi all,
I have a question with regard to making plots using function
"scatterplot3d".
Please see the example below. It looks like, for y axis, the tickmark text
was cutoff.
The number "10" does not show up completely. I tried to work with par(mpg).
It does not
seem to work. Hope to get some advice here. Thanks much!
Hanna
C <- runif(30)
B <- rep(1:3, each=10)
A
2010 Mar 12
1
Asterisk 1.6.2.5 x64 with Skype and DTMF on skype-out.
I'm running Asterisk 1.6.2.5 with chan_skype on a x64 linux platform.
When a user calls from skype (not skype-in) to asterisk, dtmf (basically menus for a conference system) works just fine.
But when a user from the inside (soft or hardware sip phone) calls out via skype-out dtmf doesn't work.
I have tried setting the codec to alaw, and dtmfmode to all possible options (auto, inband and