> rep(2,0)
numeric(0)
> rep(2,0,2)
[1] 2 2
> rep(2,0,2,0)
Floating exception (core dumped)

#yes, i should not be doing this but i mistakenly did
#par(oma=rep(2,0,2,0)) when i meant c(2,0,2,0)
#
#both on
#2.4.1 Patched (2007-03-21 r40875); x86_64-unknown-freebsd6.2
#and
#2.5.0 alpha (2007-03-30 r40957); i386-pc-mingw32

-- 
----------------------------------
Hiroyuki Kawakatsu
Business School
Dublin City University
Dublin 9, Ireland
Tel +353 (0)1 700 7496

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to