similar to: Color of points in a 3d plot of a PCA

Displaying 20 results from an estimated 600 matches similar to: "Color of points in a 3d plot of a PCA"

2008 Apr 22
4
Modeling presence only data in R
Dear All, I have a set of environental maps and presence-only points for some species. How can I generate distributions models on R using these presence-only data? What packages and functions can I use to do so? Kind regards, Miltinho Brazil [[alternative HTML version deleted]]
2009 Apr 22
2
Exporting objects plotted with plot3d() - rgl package
Dear all, Can anybody tell me how to export a 3d figure made with the plot3d function? I'm careless about whether it's still interactive or not in another format, as long I can get it out of R. Thanks! Alejandro Gonz?lez Departamento de Biodiversidad y Conservaci?n Real Jard?n Bot?nico Consejo Superior de Investigaciones Cient?ficas Claudio Moyano, 1 28014 Madrid, Spain Tel +0034
2011 Feb 27
2
substract 2 data.frames
Hi! I have 2 data.frames: "fish" and "popn": >fish xloc yloc id birth size weight energy gonad 20 15 15 54 -60 107.9 63.0 15952.9 8.0 21 15 15 32 -60 105.1 61.4 15538.8 7.8 91 4 43 96 -60 118.9 69.4 17573.2 8.8 71 32 4 64 -60 121.6 71.0 17976.0 9.0 34 2 64 20 -60 116.2 67.9 17173.0 8.6 95 6 20 58 -60 106.5
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
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
2006 May 23
1
shapes in rgl
Does anyone have a way of producing solid shapes other than spheres in rgl? I am using rgl to produce a simple visualisation of a forest model results using "lollipops". Its just a bit of fun, but as many of the trees are pines I would like to depict their crowns as cones. If there is a solution I need it to work under windows. Here is the example. library(rgl) library(misc3d)
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
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
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
2006 Jun 22
2
Soekris net4801 and IAXy dhcp issue
Hi all, I have a Soekris net4801-50 board with OpenBSD 3.9 where I've configured a dhcp server and tested it with a regular PC connected directly via a crossover cable with success. The problem comes when I try to connect my IAXy device instead of the PC. I can see with 'tcpdump -nettti sis1' that the IAXy isn't sending any packets to the dhcp server. I thought my IAXy was bad
2005 Jun 22
2
ASTCC not making calls
Hi, im trying to setup ASTCC but I'm getting it difficult. I've correctly set up the mysql database astcc and added a brand, trunk, route and a card as follows: brands +------+----------+------+--------------+------+--------+------+------+ | name | language | inc | publishednum | did | markup | days | fee | +------+----------+------+--------------+------+--------+------+------+ | FWD
2005 May 19
2
NVFaxDetect on Gentoo
Hi, I've merged asterisk-0.9.0 on a gentoo (kernel 2.4) system using portage ebuilds. I've just got NVFaxDetect .c files from Justin Newman and I'm about to install them. I want to know which is the best way to accomplish this. Thanks in advance. -- Juan Luis Moyano juanmoyano@southecon.com.ar
2003 May 20
1
OT: Sis 900 Ethernet adapter problem
Hello All, I've recenly installed RedHat Linux 9 in my Celvin EasyPC from Fujitsu Siemens. I've installed the minimal instalation. Video card, mouse, keyboard and everithing was detected and configured properly (I could install the packages in graphical mode). The problem came when I tried to ping another machine in my home network, all packages were being lost, so I checked at the hub
2005 Jun 19
1
MySQL to static .conf
Hello, I'm running asterisk 1.0.7 on a kernel 2.4 linux box. I have my SIP users database on MySQL, also I'm running asterisk from static .conf files. What I want to get done is that after a pre defined period of time, my SIP users table must be converted to a .conf file. Perhaps with a script and cron entry. Please shed me some light on this. Thanks in advance. -- Juan Luis Moyano
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.
2009 Feb 11
0
how to derive 5 level nested anova results table
Hello. I am new to R. And, I want to perform a multiple nested anova on a large datasets (with 9448 observations). Under the helps from R-Sig-ecology mailing list, I have gained many progresses. But I still have some confusions. I want to ask for some helps here. my dataset("SeedL.txt") was not attached. Data are not sorted by factors. In this dataset, "SpecN"
2012 Nov 24
1
Failure to compile tiff package
I would be grateful for a bit of help. I am on a 32bit build of Ubuntu LTS 12.04 running R version 2.15.2 (2012-10-26) -- "Trick or Treat" Platform: i686-pc-linux-gnu (32-bit) from within RStudio and from within a terminal (sudo R | install.packages("tiff") ) I have the following compile error: > install.packages("tiff") Installing package(s) into
2002 Feb 11
0
profile
I am running 1.3.1 on a Windows (NT 4.0) machine. I've fit a nonlinear model intended to predict crop yield from nutrient information, and want to use the profile function. If I type say, profile(simparj.fm) I get the following error message: "Error in prof$getProfile(): number of iterations exceeded maximum of 5.25515e-308" I used the profiler function to profile simparj,fm step
2006 May 15
1
anova statistics in lmer
Dear list members, I am new to R and to the R-help list. I am trying to perform a mixed-model analysis using the lmer() function. I have a problem with the output anova table when using the anova() function on the lmer output object: I only get the numerator d.f., the sum of squares and the mean squares, but not the denominator d.f., F statistics and P values. Below is a sample output, following
2006 Jun 26
0
Soekris net4801-50 + IAXY
Hi, I'm having an issue with a soekris net4801 board and a S101i "IAXy" device. When I connect a successfully provisioned IAXy directly via a crossover cable into an ethernet port of the soekris, the link led turns on orange so i'ts 10Mb and the activity led blinks like if there is some action going on but when I try 'tcpdump -nettti sis1' I see nothing going on, no