search for: gbert

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

Did you mean: bert
2023 Jan 07
2
gmp::bigq vs. MASS::fractions
...[4] 7720456504063707/18014398509481984 2573485501354569/4503599627370496 6433713753386423/9007199254740992 [7] 7720456504063707/9007199254740992 1 Following the example I would compute my fractional numbers with MASS::fractions and store them for further processing as Big Rational. Thanks Sigbert
2023 Mar 04
1
legend: interplay between title and y.intersp
...legend=c("", "", "a"), col=c("blue", "red", "green"), title="test", y.intersp=0.2, lwd=1) The lines are not below the title. I want (nearby) lines as in the plot, but below the title. Is there a way to achieve this? Thanks Sigbert
2024 Apr 10
1
Problem with base::order
...rything is fine. But if I execute order(letters, LETTERS, 1:26, na.last=c(T,T,T), decreasing=c(F,F,F)) I get the error message Error in method != "radix" && !is.na(na.last) : 'length = 3' in constraint to 'logical(1)' Shouldn't both give the same result? Sigbert
2023 Oct 30
1
Dynamically create a (convenience) function in a package
...val(parse(text=sprintf("function(x) { attr(x, '%s') } ", n))) assign(n, f, envir=.GlobalEnv) } } number(x) However, I believe modifying the global environment with this is not allowed by CRAN for a package. Is there a way to implement such functionality? Thanks Sigbert -- https://hu.berlin/sk https://www.stat.de/faqs https://hu.berlin/mmstat https://hu.berlin/mmstat-ar
2023 Mar 06
1
legend: interplay between title and y.intersp
...works the way I want it to. But I'm not sure if that might not have other side effects. I have the impression that the legend and the title start at the same y-position (try y.intersp=0). Only if y.intersp is big enough, then it leads to a non-overlap of title and legend. Thanks a lot Sigbert Am 05.03.23 um 16:20 schrieb Bert Gunter: > Don't think you can do that. > But maybe someone else will show that I'm wrong. > > -- Bert > > On Sat, Mar 4, 2023 at 11:39?PM Sigbert Klinke <sigbert at wiwi.hu-berlin.de> > wrote: > >> Hi, >> >&g...
2023 Feb 23
2
Palettes {grDevices} - wrong number of colors returned?
...1)) # 6 colors topo.colors(3, alpha=c(0, 0.5, 1)) # 9 colors R-Version and platform: R version 4.2.2 Patched (2022-11-10 r83330) -- "Innocent and Trusting" Copyright (C) 2022 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) Bug or feature? Sigbert -- https://hu.berlin/sk https://www.stat.de/faqs https://hu.berlin/mmstat https://hu.berlin/mmstat-ar