search for: tanimura

Displaying 11 results from an estimated 11 matches for "tanimura".

2010 Aug 09
4
Pie Chart in map
...with ESRI products and am looking to stream line a process i now use GIS to do using R. I have made a lot of maps using R but have not yet seen a map that puts pie charts within the map to help represent data like the attachment. http://r.789695.n4.nabble.com/file/n2318816/template1.bmp I found Tanimura et al. work "Proportional Symbol Mapping in R", but after a discussion with one of the authors i have learned that the function is out of date and would require a great deal of reworking. I also found hexbinpie on the R graphics gallery that i could incorporate. Before i go through th...
2005 Aug 19
1
Summary: Unexpected result of read.dbf
Hi there, This is summary and patch for a bug in read.dbf, demonstrating in Message-Id: <20050818150446.697835cb.stanimura-ngs at umin.ac.jp>. After consulting Rjpwiki, a cyber-community of R user in Japan, the cause was found, and the patch of solution was proposed. Overflowing occurs when we use read.dbf for reading a dbf file having a field of longer signed integer. For example, $ dbf2txt test.dbf #KEYCODE...
2000 Mar 15
2
TEST RELEASE: 1.2.3pre3
...est release over the last few days. Please give it a try and report back. -d Changelog: 20000315 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list problems with gcc/Solaris. - Don't free argument to putenv() after use (in setenv() replacement). Report from Seigo Tanimura <tanimura at r.dl.itc.u-tokyo.ac.jp> - Created contrib/ subdirectory. Included helpers from Phil Hands' Debian package, README file and chroot patch from Ricardo Cerqueira <rmcc at clix.pt> - Moved gnome-ssh-askpass.c to contrib directory and reomved config option. - S...
2001 Dec 22
2
Cannot rebuild srpm
Dear R-users, When rebuilding R-base-1.4.0-1.src.rpm, it stopped and give message as follow: (Some words is Japanese) >>> Building/Updating help pages for package `base' Formats: text example make[5]: ??? ?????? `/home/umusus/rpm/BUILD/R-1.4.0/src/library' running code in `base-Ex.R' ...make[4]: *** [base-Ex.Rout] ??? 1 make[4]: ??? ??????
2000 Mar 25
1
ANNOUNCE: openssh-1.2.3
...- Doc cleanups - Added blurb about "scp: command not found" errors to UPGRADING 20000315 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list problems with gcc/Solaris. - Don't free argument to putenv() after use (in setenv() replacement). Report from Seigo Tanimura <tanimura at r.dl.itc.u-tokyo.ac.jp> - Created contrib/ subdirectory. Included helpers from Phil Hands' Debian package, README file and chroot patch from Ricardo Cerqueira <rmcc at clix.pt> - Moved gnome-ssh-askpass.c to contrib directory and removed config option. - S...
2000 Mar 25
1
ANNOUNCE: openssh-1.2.3
...- Doc cleanups - Added blurb about "scp: command not found" errors to UPGRADING 20000315 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list problems with gcc/Solaris. - Don't free argument to putenv() after use (in setenv() replacement). Report from Seigo Tanimura <tanimura at r.dl.itc.u-tokyo.ac.jp> - Created contrib/ subdirectory. Included helpers from Phil Hands' Debian package, README file and chroot patch from Ricardo Cerqueira <rmcc at clix.pt> - Moved gnome-ssh-askpass.c to contrib directory and removed config option. - S...
2003 Mar 25
1
Cannot rebuild src.rpm
I use R-1.5.1-1 on VineLinux2.6, which is modified and developed from RedHat7.2. Today I tried version-up R system, but I could not rebuild. Rebuilding R-1.6.2-1.src.rpm failed with the following message. make[5]: Leaving directory `/home/umusus/rpm/BUILD/R-1.6.2/src/library' running code in 'tcltk-Ex.R' ...X11 connection rejected because of wrong authentication. X connection to
2006 Mar 18
2
legend in bubble plots made with symbols()
Hi, I have read about the use of symbols() to draw circles of different sizes, but I have not been able to find out how to add a legend to such a graph, legend that would display some specific sizes and their meaning. Before finding the symbols function in Paul Murrell's book, I had rolled by own function where the variable I want to use to control circle size was actually used to
2001 Sep 10
1
data format for ppinit
After installation of R into VineLinux2.1.5, I started to enjoy statistics following some instruction, and found it very useful. One of my main purpose to use R is to try spatial statistics. Since library named "spatial" has already installed, I just tried ... > library(spatial) > towns <- ppinit(test.dat) ------- test.dat ------- x,y 4,7 5,7 5,8 5,9 6,7 6,8 6,9 7,8
2004 Mar 22
1
where is OOP?
Hi there, Installation error was given when I tried to install pmg (Poor mans GUI) http://wiener.math.csi.cuny.edu/pmg/index.html. $ LANG=C sudo R CMD INSTALL pmg_0.6.tar.gz * Installing *source* package 'gtkpmg' ... ** R ** save image Error in library(OOP) : There is no package called 'OOP' Execution halted /usr/lib/R/bin/INSTALL: line -116: 20554 Broken pipe cat
2004 Mar 26
2
With which version of XFree86 can R compile?
Hi there, No information was found which version of XFree86 get along with R. I could not compile R version 1.8.1 with XFree86 4.3.99.902. Here is error message. gcc -I. -I../../../src/include -I../../../src/include -DI18N_MB -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -mieee-fp -fPIC -O2 -pipe -march=i386 -mcpu=i686 -c dataentry_mb.c -o dataentry_mb.lo In