search for: barta

Displaying 6 results from an estimated 6 matches for "barta".

Did you mean: bart
2001 Sep 24
1
Printing Central European characters
...Note, I have problems with characters for which a warning of 'font width unknown for...' printed. These characters are also not centered on the grid in gv display. From latex there is no problem to print CE characters. \psfrag also works fine. Many thanks for your help. Zoltan Barta ******************** Z. Barta Behavioural Ecology Research Group, Department of Evolutionary Zoology, University of Debrecen, Debrecen, Hungary Phone: 36 52 316 666 ext. 2334; Fax: 36 52 512 491 E-mail: bartaz at tigris.klte.hu; http://delfin.klte.hu/~zbarta -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2002 Aug 08
2
R graphics and dpi
Is there a way to tell at what dpi R generates graphics at? I need to generate 600 dpi graphics for an article. -roger _______________________________ UCLA Department of Statistics rpeng at stat.ucla.edu http://www.stat.ucla.edu/~rpeng -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2001 Jan 15
1
Memory problem 2 (PR#815)
...12 day 15 language R > setwd("d:/ftp") NULL > source("O.dat.R") > F12 <- O.dat("food12") Read 92669 lines Error: cannot allocate vector of size 723 Kb > I hope this help a bit more. Best wishes, Zoltan Barta -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@sta...
2000 Oct 16
2
Crash while R111 install
Hello, I try to install the R111 version for few days on my PC (on Windows NT), and every time the same problem : I start the rwin.exe application and a couple of seconds later, the install failed, and my PC is down. I must then swich it down and restart a new session. If someone has some help ... Thanks -- Isabelle Zabalza-Mezghani Tel : 01 47 52 61 99 Institut Fran?ais du P?trole
2000 Sep 18
5
layout question
I wanted to produce a layout like this: |----------| | | | 1 | | | |-----------------------| | | | | 2 | 3 | | | | |-----------------------| Three equal sized plots with the top one centred about the other two. So far I am using nf<-layout(matrix(c(1,1,2,3), 2, 2,
2005 Jan 21
6
Avoiding a Loop?
Dear R-Helpers, I have a matrix where the first column is known. The second column is the result of multiplying this first column with a constant "const". The third column is the result of multiplying the second column with "const"..... So far, I did it like this (as a simplified example): nr.of.columns <- 4 myconstant <- 27.5 mymatrix <- matrix(numeric(0), nrow=5,