search for: ecoinformat

Displaying 19 results from an estimated 19 matches for "ecoinformat".

Did you mean: conformat
2009 Aug 13
1
When using randomForest, what's the effect to "set.seed"?
...om forest manual by Liaw, in the examples "set.seed" is always used before building a forest. Does it matter if I don't set the seed? If I set a different seed manually each time I build a forest, will this give better randomness? Thank you all in advance! -- ==================== EcoInformatics Lab http://homepage.ntu.edu.tw/~complex/ecoinformatics_c.html ==================== Chun-yi Chang "Ted" Ecoinformatics Lab Institute of Oceanography www.oc.ntu.edu.tw National Taiwan University Tel : +886-2-3366-9746
2005 Jun 21
1
How to plot circular data in the directions of 0, 0.5pi, pi and 1.5pi
...---------------------------- Centre for Systems Research, Durban Institute of Technology P.O.Box 953, Durban 4000, South Africa Tel: +27-31-2042737(O) Fax: +27-31-2042736(O) Mobile: +27-723682954 Publications: http://www.getcited.org/?MBR=11061629 Personla Blog: http://www.blog.edu.cn/blog.asp?name=ecoinformatics My Son's Blog: http://www.xinxinbao.com/blog/blog.asp?name=steed Post Address: c/o Ms Thelma Roos 11-148 Musgrave Road, Berea, Durban 4001, South Africa [[alternative HTML version deleted]]
2005 Oct 18
4
Ways to speed up R code?
Hi R-users: Yesterday I ran a R code for 9 hours and it did not show any sign to stop. Then I interrupted it and found it had completed 82.5%. This morning I decided to wait for another 11 hours to see what will happen. Wait a minute, I heard that transforming data.frame to matrix will make R code faster. Then I made the modification in my R code. Oooh, the new code finished within 30 minutes!!
2006 Jun 14
1
set.seed
Hi R users, Sorry for a simple question: I found different people use different i in set.seed(i), are there any rules to choose an i or one can choose as he likes? Thanks Xiaohua
2006 Jun 29
2
How to use a for loop to generate two sequences
Hi R users, Hope the question is not too simple: How to use a for loop to generate two lists as below: testlist <- list(test1, test2, ..., test1000) stringlist <- list("test1","test2",...,"test1000") Thanks Xiaohua
2013 Jan 08
0
Win 32-bit, stack size problem with third party software?
...e? Is there a (easy) way to fix the problem with my package or have I refer the users of my package to RStudio or JGR? Any help is much appreciated. Many thanks. Best wishes, Jan ----------------------------------------------------------------------------- --------- Jan C. Thiele Department of Ecoinformatics, Biometrics & Forest Growth Faculty of Forest Sciences and Forest Ecology University of Goettingen Buesgenweg 4 37077 Goettingen GERMANY
2005 Jun 30
3
[OT] gmail filter for R-help and R-devel lists
This is slightly off-topic but I would be interested in whether anyone has succeeded in creating a filter expression for Google's gmail system that will select messages sent through the R-help and R-devel lists. It seems as if it should be easy to select on '[R]' or '[Rd]' in the subject line but I haven't been able to work out the exact syntax that would do this and not
2005 Jul 13
5
maps drawing
Hello, is there a package in R that would allow map drawing: coastlines, country/state boundaries, maybe topography, rivers etc? Thanks for any guidance, Mark
2006 May 12
1
[ESRI-L] outline polygons of point clumps
...---------------------------- Centre for Systems Research, Durban Institute of Technology P.O.Box 953, Durban 4000, South Africa Tel: +27-31-2042737(O) Fax: +27-31-2042736(O) Mobile: +27-723682954 Publications: http://www.getcited.org/?MBR=11061629 Personal Blog: http://www.blog.edu.cn/blog.asp?name=ecoinformatics My Son's Blog: http://www.xinxinbao.com/blog/blog.asp?name=steed Post Address: c/o Ms Thelma Roos 11-148 Musgrave Road, Berea, Durban 4001, South Africa
2012 Apr 14
0
Call for Participation: Cloud Futures 2012, Berkeley, CA (May 7-8)
...nsen, Microsoft 04:00 -- 05:30 Session 1d Environmental Applications ?04:00 -- 4:30 Cloud-based Exploration of Complex Ecosystems for Science, Education and Entertainment, Ilmi Yoon, Sangyuk Yoon, Gary Ng, Hunvil Rodrigues, Sonal Mahajan, San Francisco State University, Neo Martinez, Pacific Ecoinformatics Lab ?04:30 -- 5:00 Cloud Computing as a Cyber-Infrastructure for Mass Customization and Collaboration, Kwa-Sur Tam, Virginia Tech ?05:00 -- 5:30 Green Prefab: Civil Engineering Hub In Ms Windows Azure, Furio Barzon, Collaboratorio, Italy 06:00-09:00 Dinner Day 2 Tuesday 05/08/2012 09:0...
2012 Apr 14
0
Call for Participation: Cloud Futures 2012, Berkeley, CA (May 7-8)
...nsen, Microsoft 04:00 -- 05:30 Session 1d Environmental Applications ?04:00 -- 4:30 Cloud-based Exploration of Complex Ecosystems for Science, Education and Entertainment, Ilmi Yoon, Sangyuk Yoon, Gary Ng, Hunvil Rodrigues, Sonal Mahajan, San Francisco State University, Neo Martinez, Pacific Ecoinformatics Lab ?04:30 -- 5:00 Cloud Computing as a Cyber-Infrastructure for Mass Customization and Collaboration, Kwa-Sur Tam, Virginia Tech ?05:00 -- 5:30 Green Prefab: Civil Engineering Hub In Ms Windows Azure, Furio Barzon, Collaboratorio, Italy 06:00-09:00 Dinner Day 2 Tuesday 05/08/2012 09:0...
2006 Apr 26
3
copying previously installed libraries to R 2.3.0
hi all, is there a new mechanism in R 2.3.0 for copying libraries from, say, R 2.2.1 to R 2.3.0? i ask because gabor grothendieck comments in his copydir.bat (from gabor's batchfiles at: http://cran.r-project.org/contrib/extra/batchfiles/batchfiles_0.2-5.zip ): ``:: I personally upgraded my 2.1.0 to 2.2.0 this way so it seems ok until :: R replaces this with something better which is
2005 Jun 30
5
答复: fail in adding library in new version.
Dear Gabor, Thank your for helping me so much! I have loaded R the newest version 2.1.1. Then I setup it in the path of D:\program files\R\ 1. unpack tools.zip into c:\cygwin 2. install Active perl in c:\Perl 3. install the mingw32 in c:\mingwin 4. add "c:\cygwin; c:\mingwin\bin" in "Control Panel -> System -> Advanced -> Environment Variables -> Path ->
2005 Jul 12
1
question for IF ELSE usage
Hi R users, Maybe the question is too simple. In a IF ... ELSE ... statement "if(cond) cons.expr else alt.expr", IF and ELSE should be at the same line? For example, if (x1==12) { y1 <- 5 }else { y1 <- 3 } is right, while if (x1==12) { y1 <- 5 } else # Error: syntax error { y1 <- 3 } is wrong? Thanks -- Xiaohua Dai
2005 Sep 12
1
help for linear-circular correlation
Hi R-profs, Maybe my question is a little off topic. Could any one tell me how to calculate a linear-circular correlation coefficient and its p-values? I had a quick look at circular and CircStats packages and did not find the related function. Thanks for any kindly help. Xiaohua -- Xiaohua Dai, Dr. Centre for Systems Research, Durban Institute of Technology P.O.Box 953, Durban 4000, South
2006 Feb 15
1
Multiple comparison for circular data
Hi All, Does anyone know how to compare the means of several circular-data samplings? Any related websites, references and softwares? Thanks Xiaohua -- Xiaohua Dai, Dr. [[alternative HTML version deleted]]
2006 May 11
1
package update problem
Hi all, >From late April, everytime when I update my packages, the package "gap" is always on the list of "packages to be updated". I try to download and install the gap zip file from CRAN. However, the same problem still remains. No such problem for other packages. > Sys.info() sysname release
2006 May 12
0
outline polygons of point clumps
Dear all, How to generate one outline polygon for each point clump? Are there any present functions in ArcView, ArcGIS, R or some freewares? I just had a quick look at the package adehabitat and did not find the function. To my knowledge, I could do it as follows: 1) make a grid map of my study area with cell values = 0; 2) assign 1 to the cells containing at least one point; 3) convert the
2005 Aug 03
1
help for cell2nb and queencell in spdep package
Dear Dr. Bivand and R-users, I have a 5 by 5 grid, say, location[1:5,1:5], and I want to know the indices of 8 neighbours of each cell. For example, for location[2,2], its neighbour coordinates are [1,1:3], [2,1], [2,3] and [3,1:3]. Sometimes I also need to remove edge effects (torus = TRUE). I have tried "cell2nb" function in your spdep package. Here's my example: > neigh