Displaying 9 results from an estimated 9 matches for "kiermeier".
2005 Oct 18
2
Lattice graphics strip labels for shingles
...factor.levels = factor.levels,
shingle.intervals = shingle.intervals,
strip.names,
style,
bg,
fg,
par.strip.text)
}
_____________________________
Dr Andreas Kiermeier
Statistician
SARDI FOOD SAFETY PROGRAM
33 Flemington Street
Glenside SA 5065
Ph: +61 8 8207 7884
Fax: +61 8 8207 7854
Mob: 0423 028 565
Email: Kiermeier.Andreas at saugov.sa.gov.au
_____________________________
The information in this e-mail and attachments (if any) may be confidential
and/o...
2005 Jan 06
1
Using the Rprofile file to automatically plot data on Sta rtup of R version 2.0.1.
Dear John,
I belive your problem has to do with the sequence of startup. I think that
.Rprofile is called before the required libraries are attached.
You might like to try putting your code into a .First() function and run it
that way.
Cheers,
Andreas
Dr Andreas Kiermeier
Statistician
SARDI FOOD SAFETY PROGRAM
33 Flemington Street
Glenside SA 5065
Phone: +61 8 8207 7884
Fax: +61 8 8207 7854
Mobile: 0423 028 565
Email: Kiermeier.Andreas at saugov.sa.gov.au
_____________________________
The information in this e-mail and attachments (if any) may be confi...
2005 Jan 06
0
Rprofile file to automatically plot data, tried using the .First command.
...thing into .First(), not just the plot statement.
One possibility is to have the code in a script file (say myscript.R) and
define .First as follows:
.First <- function() source("myscript.R")
Haven't try it myself, though.
Andy
> From: John Fisler
>
> Dear Dr. Andreas Kiermeier and the R help Community,
>
> Thank you for your idea on putting the plot command in a
> .First statement.
>
> I tried putting the plot comamnd in a '.First' statement like
> the following:
>
> x <- c(1,2,3,4,5)
> y <- c(2,5,6,3,10)
>
> .First &l...
2005 Feb 23
1
package check - empty line at end of .R file
...32
arch i386
os mingw32
system i386, mingw32
status Patched
major 2
minor 0.1
year 2004
month 11
day 21
language R
>
_____________________________
Dr Andreas Kiermeier
Statistician
SARDI FOOD SAFETY PROGRAM
33 Flemington Street
Glenside SA 5065
Phone: +61 8 8207 7884
Fax: +61 8 8207 7854
Mobile: 0423 028 565
Email: Kiermeier.Andreas@saugov.sa.gov.au
_____________________________
The information in this e-mail and attachments (if any) may be confiden...
2004 Oct 19
1
barchart fails when grouping variable has more than 7 levels (PR#7293)
Full_Name: Andreas Kiermeier
Version: 2.0.0
OS: Windows XP
Submission from: (NULL) (203.26.122.12)
I've struck a problem drawing barcharts after installing R 2.0.0. Previously
I've used the following command
print(barchart(100*result ~ sample,
groups=congener,
data=dioxin.2003.fresh.ub....
2004 Oct 20
1
Bug in 'rot=' of scales argument of barchart (PR#7296)
Full_Name: Andreas Kiermeier
Version: 2.0.0
OS: Windows XP
Submission from: (NULL) (203.26.136.133)
When "rot=-90" in the scales argument of barchart (and possibly other trellis
graphics) the axis label disappears behind the bars and only the last character
can be seen. For "rot=90" things work fine.
2006 Sep 15
1
plot region too large
Hi!
I don't understand this:
layout(matrix(c(1:10),5,2),heights=c(1,rep(2,4)))
plot(1,1)
error in plot.new() : plot region too large
Why??????
Thanks!
Kamila
2001 Nov 29
3
Reset trellis plot backgroud color
Hello,
I run R on Windows 2000. When I load lattice library and plot some lme class
objects, the graphic window displays a dark-green color. Graphics look ok on
the screen, but lines and points become invisible whem I send the plot to a
printer because of the background color. Are there ways to reset the
background color? Both par(bg=) and windows() do not work. Any ideas?
Richard
2002 Mar 21
5
repeating rows or columns within a matrix
Hello
Spse I have a matrix, say
1 2 3
4 5 6
7 8 9
and I would like to expand it by repeating rows within the matrix, to
get, if the repeating factor is 2, say:
123
123
456
456
789
789
(or columnwise as well) . There must be a smart way of doing that?
Many thanks
Juhana Vartiainen
juhana.vartiainen at labour.fi
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-