Re: [R] weighted MDS, alscal

2007-01-18 Thread Hisaji ONO
Hello. --- Martin Ivanov [EMAIL PROTECTED] wrote: I need to perform weighted multidimensional scaling analysis(WMDS). I did rsitesearch, googled, but I could find no info on how to perform WMDS using R. In several places they say it is possible with the ALSCAL algorithm, but I could not

RE: [R] Re: read dbf files into R

2004-09-29 Thread Hisaji ONO
Is there a linux-based/free command line tool for (B converting (B dbf files into txt? (B (B (B How about DBF2CSV 1.0 in (Bhttp://www.dirfile.com/dbf2csv.htm. (B (B This is a perl script. (B (B Best wishes. (B (B__ (B[EMAIL PROTECTED]

Re: [R] read dbf files into R

2004-09-28 Thread Hisaji ONO
How about maptools package's internal function dbf.read? (B (B Try to use as follows. (B (B maptools:::dbf.read("test.dbf") (B (B maptools packages also has dbf.write, however it can only (Bwrite out integer data. (B (B (B Best wishes. (B (B (B Vikas Rawal [EMAIL PROTECTED] (B Sent

Re: [R] maps for Russian Federation

2004-09-26 Thread Hisaji ONO
Dear all, (B (B I am interested in plotting maps visualizing (B spatial statistics in an (B aggregated fashion, according to administrative (B boundaries. Partially, I (B want to visualize some spatial data for (B administrative units (autonomous (B republics, oblasts, krays) of

[R] inno setup'iss files for R RDCOM

2004-07-23 Thread Hisaji ONO
Hi. (B (B I'd like to build installer for integrate my GUI program for R, R for win (Band RDCOM. (B (B Can the distribution like this be got permission? (B (B If so, installation of these softwares will be done in just one time. (B (BAnd where can I get each inno setup'iss file for R

[R] SWIG for R

2004-07-14 Thread Hisaji ONO
Hi. Has R dev. team considered employing SWIG(http://www.swig.org/), which supports PHP, Ruby, Java etc., for connecting C/C++ libraries with R? Regards. __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE

[R] How to draw holes generated by gpclib using plot function

2004-05-10 Thread Hisaji ONO
Hi. (B (B I've tried to create a polygon with one hole by gpclib using following (Bexample script. (B (B holepoly - read.polyfile(system.file("poly-ex/hole-poly.txt", package (B="gpclib"), nohole = FALSE) (B area.poly(holepoly) (B plot(holepoly,poly.args=list(col="red",border="blue")) (B

Re: [R] Wrote new tiff package, would like big-endian tiffs for testing

2004-01-11 Thread Hisaji Ono
Hi. Do you know RGDAL(http://rgdal.sourceforge.net/) which can read Tiff files? So, with that long-winded introduction, I am writing to r-help today because I have implemented a package that reads tiffs and returns the image data as a pixmap object (with additional slots for the original raw

[R] R interface for Swarm, available?

2003-11-19 Thread Hisaji Ono
Hello. (B (B Is there R interface for Swarm or other MAS(Multi Agent System) tools (Bavailable? (B (B Thanks. (B (B__ (B[EMAIL PROTECTED] mailing list (Bhttps://www.stat.math.ethz.ch/mailman/listinfo/r-help

Re: [R] maps package for Windows

2003-11-19 Thread Hisaji Ono
Hi. I could download maps package via Install Package(s) From CRAN on RGui. maps seems not to be available for download from http://cran.us.r-project.org/bin/windows/contrib/1.8/. The status page (http://cran.us.r-project.org/bin/windows/contrib/1.8/Status dated Nov 16, 2003) says though

Re: [R] generic algorithm

2003-10-23 Thread Hisaji Ono
Hi. (B (B Here is GA. I've never used this. (B (B http://www.dst.unive.it/~claudio/R/index.html#ga (B (B But this can deal with GP(genetic programming)? (B (B Cheers. (B (B__ (B[EMAIL PROTECTED] mailing list

Re: [R] GIS re-mapping / polygon overlap

2003-10-23 Thread Hisaji Ono
Hi. How about GEOS available at. http://geos.refractions.net/ GEOS supports hole for clipping. I could build it in MiGW. However I've only executed demo codes. - Original Message - From: Ross Ihaka [EMAIL PROTECTED] To: Jens Oehlschlägel [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]

Re: [R] SOM library for R

2003-10-21 Thread Hisaji Ono
Thank you for your responses, Sean, Professor Ripley, Liaw. (B (B Sorry for my thanks. (B (B I'll try to use "SOM" in both "class" and "(Gene)som". (B (BHowever, I couldn't know how to draw 2D hexagon maps using these packages. (B (B Could you give any suggestion? (B (B Thanks. (B

[R] Where is R_PHP_Online available?

2003-10-15 Thread Hisaji Ono
Hi. Currently, I couldn't access following sites. Where is R_PHP_Online available? R_PHP_Online is a PHP CGI web interface to run R programs online, with the capability to show graphics online. You can get current version of R_PHP_Online from http://steve-chen.net/R_PHP/ or

Re: [R] Where is R_PHP_Online available?

2003-10-15 Thread Hisaji Ono
Thanks! - Original Message - From: Sean O'Riordain [EMAIL PROTECTED] To: Hisaji Ono [EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 9:29 PM Subject: Re: [R] Where is R_PHP_Online available? Hi! Try going to http://steve-chen.net/ and folling the link for R at the top

[R] Re: [R-sig-Geo] Windows binaries for DCluster updated

2003-10-15 Thread Hisaji Ono
Hi. (B (B DCluster is very nice tool, especially Stan Openshaw's GAM. (B (B DCluster's GAM's testing function is different from original GAM whose (Btesting function used Monte Carlo method. (B (B Could you tell me how I can execute original GAM using DCluster? (B (B And can I execute

[R] tutorials of seao seao-gui package for R

2003-08-14 Thread Hisaji Ono
Hi. (B (BI've been very interested in your seao seao-gui package for R. (B (BHowever manuals of seao seao-gui package for R have doesn't include (Bexamples, so I can't understand how (Bto use them. (B (BCould you tell me availability of tutorials of them in English. (B (B Regards. (B

[R] Does anyone know R interface for METIS(graph partioningprogram)?

2003-07-10 Thread Hisaji Ono
Hi. (B (B Does anyone know availability of R interface for (BMETIS(http://www-users.cs.umn.edu/~karypis/metis/index.html, graph (Bpartioning program)? (B (B I think METIS is very useful for routing analysis(finding shortest path) (Bfor more than 10 thousands nodes. (B (B Regards. (B

Re: [R] ESRI shapefiles and EMME/2 packages

2003-06-10 Thread Hisaji Ono
Hi. Currently I couldn't your uploaded packages in CRAN at Austria. Where could I get them currently? And do you know Rmap(http://www.maths.lancs.ac.uk/Software/Rmap/) which supports shape files and other geo-spatial data formats with map projection? Regards. - Original Message -

[R] About ability of allShortestPaths function in e1071 package

2003-03-27 Thread Hisaji Ono
Hello. (B (B R's e1071 package has "allShortestPaths" function using Floyd's algorithm. (B (B It is very useful for road network analysis. I'll try to analyze facility (Ballocation programs using this. (B (B I'd like to know how much nodes this function can deal with? (B (B And for larger

Re: [R] PL/R - R procedural language handler for PostgreSQL

2003-02-18 Thread Hisaji Ono
Hi. Thank you for your interesting PL/R. This can be built on Win32? I've been working on a procedural language handler for PostgreSQL, that allows R to be used to write PostgreSQL functions. __ [EMAIL PROTECTED] mailing list