Displaying 20 results from an estimated 40 matches for "sigbert".
Did you mean:
siebert
2023 Mar 06
1
legend: interplay between title and y.intersp
...t 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 Mar 06
1
legend: interplay between title and y.intersp
...t(c(0,1), c(0,1), type="n")
legend("top", legend=c("", "a", ""), col=c("blue", "red", "green"),
title="test", y.intersp=c(1,-0.4), lwd=1)
(in recent versions of R)
Best,
Uwe
On 06.03.2023 11:34, Sigbert Klinke wrote:
> Hi,
>
> I think you are right, legend cannot do it. I have now created my own
> legend function where I changed only one line and now it works the way I
> want it to. But I'm not sure if that might not have other side effects.
>
>
>
> I have the...
2006 Mar 14
4
Generating a PostScript graphics under Windows
...hic under Windows with a fixed location via
postscript(file="C:\\test.ps")
But I always become the error:
unable to start device PostScript
can not open 'postscript' file argument 'c:\test.ps'
There must be a very simple thing, that I make wrong.
Thanks in advance
Sigbert Klinke
2010 Feb 01
3
playwith error message
...mp;& (actions$ident == :
Fehlender Wert, wo TRUE/FALSE n?tig ist
Under linux my R program simply continues, but under Windows it stops.
Since it is not in my code, has anyone an idea what goes wrong? I most
of the generated picture it is not possible to Brush or Identify.
Thanks in advance
Sigbert
2023 Mar 04
1
legend: interplay between title and y.intersp
...t(c(0,1), c(0,1), type="n")
legend(x = .4, y = 1.25, legend=c("", "", "a"), col=c("blue", "red",
"green"), xpd = TRUE, lty = 1, y.intersp= .75, title = 'test')
Cheers,
Bert
Cheers,
Bert
On Sat, Mar 4, 2023 at 7:45?AM Sigbert Klinke <sigbert at wiwi.hu-berlin.de>
wrote:
> Hi,
>
> my MWE is not working as expected:
>
> plot(c(0,1), c(0,1), type="n")
>
> legend("top", legend=c("", "", "a"), col=c("blue", "red", "green&qu...
2005 Aug 26
3
Matrix oriented computing
...antiles. Since this does not work, I use
x<-c(0.005, 0.010, 0.025, 0.05, 0.1, 0.5, 0.9, 0.95, 0.975, 0.99, 0.995)
df<-c(1:100)
m<-qchisq(x,df[1])
for (i in 2:length(df)) {
m<-rbind(m,qchisq(x,df[i]))
}
dim(m)<-c(length(df),length(x))
Is there a way to avoid the for loop ?
Thanks Sigbert
2010 Jul 29
2
Mailing list for download
Hi,
is it possible to get all the mails of the mailing list / mail archives
for download (preferably in XML format)?
Thanks Sigbert
2024 Jul 15
1
reticulate + virtual environments
...,000+ packages
(and counting) after all! As reticulate was created by and integrated
with RStudio/Posit, I would think their site and help resources might
be a better venue. Of course, if you don't use RStudio, you may have
no joy there either.
Cheers,
Bert
On Sun, Jul 14, 2024 at 10:56?PM Sigbert Klinke
<sigbert at wiwi.hu-berlin.de> wrote:
>
> Hi,
>
> I am using reticulate and a virtual environment (not conda) to run
> Python scripts from RStudio. However, when I try to use my own
> (existing) virtual environment, reticulate does not use it. If I run my
> scripts...
2006 May 17
2
No output in sourced R program
...911b90aa8e.R")
Save workspace image? [y/n/c]: n
mars:/srv/www/htdocs/mediawiki/teachwiki/Rfiles # more
02e451444d6a46acf551996579092c911b90aa8e.R
rfiles<-"/srv/www/htdocs/mediawiki/teachwiki/Rfiles"
1:30
q()
No output from 1:30 to the screen. Any idea what I do wrong ?
Thanks Sigbert
2024 Jul 15
2
reticulate + virtual environments
...not use it. If I run my
scripts, the installed modules (e.g., py_install("pandas",
"mmstat4.hu.data")) are not found. I believe this happens because
reticulate is using r-reticulate instead of mmstat4.hu.data. How can I
force reticulate to use my virtual environment?
Thanks Sigbert
> library("reticulate")
> py_config()
python: /home/sk/.virtualenvs/r-reticulate/bin/python
libpython:
/usr/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.so
pythonhome:
/home/sk/.virtualenvs/r-reticulate:/home/sk/.virtualenvs/r-reticulate
version:...
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 Feb 23
1
Palettes {grDevices} - wrong number of colors returned?
...him Zeileis wrote:
>> Duncan,
>>
>> thanks for your feedback. I just received your response after sending out
>> mine. You came to the same conclusion. Should I prepare a patch and send
>> it to you so that you can also have a look? Or view Bugzilla?
>
> Copying Sigbert's message to Bugzilla is a good idea so it can be
> referred to from the NEWS entry.
Good point. I've written a new description, though, because the are even
more problems with the alpha vector handling than suggested by Sigbert.
The bug report is now at: https://bugs.R-project.org/s...
2024 Apr 10
1
Problem with base::order
? Wed, 10 Apr 2024 09:33:19 +0200
Sigbert Klinke <sigbert at wiwi.hu-berlin.de> ?????:
> decreasing=c(F,F,F)
This is only documented to work with method = 'radix':
>> For the ?"radix"? method, this can be a vector of length equal to
>> the number of arguments in ?...? and the elements are recycled...
2023 Oct 30
1
Dynamically create a (convenience) function in a package
...n name to be able to call it? This seems like a very flawed
approach.
Also, I would discourage the use of eval(parse(text = )), it's almost
always not the right way to do what you want to do. In your case,
eval(bquote(function(x) attr(x, .(n))))
would be better.
On Mon, Oct 30, 2023, 06:28 Sigbert Klinke <sigbert at wiwi.hu-berlin.de>
wrote:
> Hi,
>
> n a package, I have a data object with attributes, and I want to
> dynamically create a convenience function to access those attributes.
> This way, instead of using attr(x, "number"), I would like to use
> nu...
2009 Jan 29
4
Text in a character vector to indicate "ifelse" argument
Hello
I have a data set that looks like this;
> b2
dato chr status PRRSvac
PRRSsanVac PRRSsanDk PRRSdk
33 2007-12-03 090432 R?d SPF
34 2007-02-09 090432 R?d SPF+sanDK
35 2002-12-17 090432 R?d SPF+DK
36 2002-11-27 090432 R?d SPF+sanDK
37 2002-07-23
2023 Feb 23
2
Palettes {grDevices} - wrong number of colors returned?
...5, 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
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
2007 May 31
2
Factor analysis
Hi,
is there any other routine for factor analysis in R then factanal?
Basically I'am interested in another extraction method then the maximum
likelihood method and looking for unweighted least squares.
Thanks in advance
Sigbert Klinke
2010 Jul 19
1
Access to R help database
...quot;keywords" in the R help database exists. How can I access them from R?
If I do
> help<-help.search("blabla")
> colnames(help$matches)
[1] "topic" "title" "Package" "LibPath"
then I get back only back these 4 fields.
Thanks Sigbert
2018 Feb 13
1
Syntax highlighting
...ting for R code.
* The R package "highr" just defines CSS classes and does not provide
any default CSS file, but embeds andre simons Highlight 3.42 Software
Of course, for my students I would like to have approximately the same
highlighting in the slides, in RStudio and in shiny.
Best Sigbert
--
https://hu.berlin/sk
https://hu.berlin/mmstat3