[R] [R-pkgs] weibulltools version 2.0.0 released on CRAN

2021-01-14 Thread Hensel, Tim-Gunnar
or have suggestions for improvements, please submit an issue with a minimal reproducible example at https://github.com/Tim-TU/weibulltools/issues/ Best regards, Tim-Gunnar Hensel and David Barkemeyer ___ R-packages mailing list r-packa...@r-project.org https

[R] ggplot: Stacked bar/pie chart - Objects above the bar/pie

2014-10-17 Thread Gunnar Oehmichen
tion on the y axis # abline from the reference column in the dataframe INTCB <- unique (mdf$reference[mdf$VG=="B"]) PB <- ggplot (mdf[mdf$VG=="B",], aes (x = pos, y = rad)) + geom_bar (stat = "identity", aes (fill = variable, width = value)) + geom_abline(inter

[R] ggplot: Stacked bar/pie chart - Objects above the bar/pie

2014-10-16 Thread Gunnar Oehmichen
tion on the y axis # abline from the reference column in the dataframe INTCB <- unique (mdf$reference[mdf$VG=="B"]) PB <- ggplot (mdf[mdf$VG=="B",], aes (x = pos, y = rad)) + geom_bar (stat = "identity", aes (fill = variable, width = value)) + geom_abline(inter

Re: [R] Plot device stretched on Mac - any advice?

2013-05-07 Thread Gunnar
Hi Jeff, Thanks - I've received an answer from another forum (It had to do with DPI in Quartz - rather than a simple aspect ratio). Gunnar On 7 May 2013, at 16:43, Jeff Newmiller [via R] wrote: > Mac OSX-specific questions should be directed to r-sig-mac. > > Also, you should

[R] Plot device stretched on Mac - any advice?

2013-05-07 Thread Gunnar
I have searched for a solution online, but have been unable to find an answer on how to make the default device appear as a square. If you have any suggestions which functions/parameters to look up or how to solve this, it would be greatly appreciated! Thanks, Gunnar -- View this message in context:

Re: [R] New PLYR issue

2012-01-19 Thread Gunnar Oehmichen
rather bad netiquette. Thank you for at least providing a reproducible example. Now if you can figure out how to read the documentation we will really make some progress. Further responses below. On Tue, 17 Jan 2012, Gunnar Oehmichen wrote: Hello everyone, I have got the same problem, with

Re: [R] New PLYR issue

2012-01-17 Thread Gunnar Oehmichen
Hello everyone, I have got the same problem, with the same error message. Using R 2.14.1, plyr 1.7.1, R.Studio 0.94.110, Windows XP The plyr mailing list does not provide any help until now. >require(plyr) >c(sample(c(1:100), 50, replace=TRUE))->V1 >c(rep( 1:5, 10))->f1 #variable to group

Re: [R] Using perm.t.test() upon Matrix/Dataframe columns parted by factor instead of t.test()

2011-07-30 Thread Gunnar Oehmichen
for the data-frame ###Trying it for perm.t.test without the helpful formular expression lapply( M2, function(x) perm.t.test(subset(x, Faktor=="A"), subset(x, Faktor=="B"))) #For the perm.t.test lapply works with a dataframe apply( M, 2, function(x) perm.

[R] Using perm.t.test() upon Matrix/Dataframe columns parted by factor instead of t.test()

2011-07-29 Thread Gunnar Oehmichen
M, function(x) perm.t.test(subset(M, Faktor=="A"), subset(M, Faktor=="B")) ) Thank you very much for your help, Gunnar __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Display R graphics windows in second monitor

2010-09-07 Thread Gunnar Carnwath
Snow; r-help@r-project.org Subject: Re: [R] Display R graphics windows in second monitor   I am using Windows 7 and installed R using all the default settings.   Gunnar Carnwath PhD Candidate, University of Montana College of Forestry and Conservation

Re: [R] Display R graphics windows in second monitor

2010-09-07 Thread Gunnar Carnwath
I am using Windows 7 and installed R using all the default settings.   Gunnar Carnwath PhD Candidate, University of Montana College of Forestry and Conservation 509.675.1540 From

[R] Display R graphics windows in second monitor

2010-09-07 Thread Gunnar Carnwath
programs if possible. Any advice would be appreciated. Thanks, -Gunnar Carnwath -- View this message in context: http://r.789695.n4.nabble.com/Display-R-graphics-windows-in-second-monitor-tp2529865p2529865.html Sent from the R help mailing list archive at Nabble.com

Re: [R] Calling fft from C

2010-05-30 Thread Gunnar Hellmund
is possible to use other R functions in C using #include etc) Best, Gunnar On Sun, May 30, 2010 at 8:12 PM, Gabor Grothendieck wrote: > The Writing R Extensions manual specifically uses convolve as an > example of calling C from R. > > On Sun, May 30, 2010 at 2:08 PM, Gunnar Hel

[R] Calling fft from C

2010-05-30 Thread Gunnar Hellmund
<- c(rep.int(0,exp.length-1),x) n <- length(y<-c(y, rep.int(0, irf.length -1))) x <- fft(fft(x) * Conj(fft(y)), inverse=TRUE) return(Re(x)/n) } -- Best wishes/bedste hilsner Gunnar Hellmund cand. scient., PhD http://staff.pubhealth.ku.dk/~guhe/ --- “If everyone is th

[R] choose.files limit?

2009-10-07 Thread Gunnar W. Schade
names are long. Does that matter? The error message that appears says that it cannot find file #992 (giving the file name), although it is certainly there (I tried changing which file is #992 and it did not matter). Suggestions? - Gunnar

[R] Time Series

2009-03-20 Thread Gunnar Hoyer
. In the above example would 0.4 Pi mean that mdeath leads or fdeath.? I just can not figure out. Thanks in advance Gunnar Hoyer __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://ww

[R] Phase Spectrum

2009-03-19 Thread Gunnar Hoyer
r positive or negative values indicate that the time series mdeaths leads or lags. Thanks in advance Gunnar Hoyer __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-projec

[R] .Fortran and memory allocation

2008-12-10 Thread Gunnar Hellmund
mensions(3)) myarray=0.0 end subroutine arraycall best Gunnar __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, min