Displaying 20 results from an estimated 93 matches for "oehlschlaegel".
2000 Nov 08
1
Graphics-Device-Size vs. Window-Size
I want to layout on screen a graphic bigger than the screen (width=16.53543,
height=11.69291) but strwidth() and strheight() give wrong results.
> x11(width=42/2.54, height=29.7/2.54, pointsize=12)
> plot(1,1, type="n", xlim=c(0, 1), ylim=c(-1, 0), xlab="", ylab="",
axes=FALSE)
> strwidth("Whatever")
[1] 0.08471151
> # Now resize the window and
2000 Nov 08
1
Graphics-Device-Size vs. Window-Size
I want to layout on screen a graphic bigger than the screen (width=16.53543,
height=11.69291) but strwidth() and strheight() give wrong results.
> x11(width=42/2.54, height=29.7/2.54, pointsize=12)
> plot(1,1, type="n", xlim=c(0, 1), ylim=c(-1, 0), xlab="", ylab="",
axes=FALSE)
> strwidth("Whatever")
[1] 0.08471151
> # Now resize the window and
2001 Jan 15
1
Memory problem 2 (PR#815)
Dear R-developer,
Just some more details on the problem I reported several minutes ago.
On an NT machine (4.0 SP6) I got the following for the same task:
> version
_
platform i386-pc-mingw32
arch x86
os Win32
system x86, Win32
status
major 1
minor 2.0
year 2000
month
2017 Jun 16
2
'ordered' destroyed to 'factor'
> On 16 Jun 2017, at 15:59 , Robert McGehee <rmcgehee at walleyetrading.net> wrote:
>
> For instance, what would you expect to get from unlist() if each element of the list had different levels, or were both ordered, but in a different way, or if some elements of the list were factors and others were ordered factors?
>> unlist(list(ordered(c("a","b")),
2000 Jan 21
0
Bug list summary (automatic post)
...Subject: Apply dimnames
From: Jonathan Rougier <J.C.Rougier@durham.ac.uk>
Date: Wed, 22 Dec 1999 11:22:27 +0000 (GMT)
--(+ patch proposal)
* PR# 386 *
Subject: as.matrix.data.frame() modifies content of character columns
From: "=?iso-8859-1?Q?Jens_Oehlschl=E4gel-Akiyoshi?=" <jens.oehlschlaegel-akiyoshi@mdfactory.de>
Date: Wed, 22 Dec 1999 16:18:19 +0100
* PR# 387 *
Subject: different subscripting behaviour using $<- or [<- for data.frames
From: "=?iso-8859-1?Q?Jens_Oehlschl=E4gel-Akiyoshi?=" <jens.oehlschlaegel-akiyoshi@mdfactory.de>
Date: Thu, 23 Dec 1999 19...
2000 Mar 08
0
RE: [R] RODBC
...n32
status
major 1
minor 0.0
year 2000
month February
day 29
language R
> -----Original Message-----
> From: Prof Brian Ripley [mailto:ripley@stats.ox.ac.uk]
> Sent: Wednesday, March 08, 2000 11:29 AM
> To: dajm@deeq.demon.co.uk; mlapsley@ndirect.co.uk
> Cc: jens.oehlschlaegel-akiyoshi@mdfactory.de
> Subject: Re: [R] RODBC
>
>
>
> > Date: Wed, 8 Mar 2000 08:23:02 +0000
> > From: Michael Lapsley <mlapsley@ndirect.co.uk>
> > To: David Middleton <dajm@deeq.demon.co.uk>
> > Cc: Michael Lapsley <mlapsley@ndirect.co.uk>, Pr...
1997 Apr 09
1
R-beta: Re: memory problems FACTOR-8 / class 'pointer'
>>>>> "Jens" == Jens Oehlschlaegel <oehl at Psyres-Stuttgart.DE> writes:
Jens> I just saw a beta version of WinS+4.0 last week: Good and bad
Jens> news: MATHSOFT has substantially improved graphic handling and
Jens> user interface. Bad news is: The version I saw needed 50 MB
Jens> RAM, so our equipment sho...
2000 Mar 29
1
pre summary: mapping of colornames into hsv?
...lt;- (start - p*(1+start-end)) %% 1
}
# round against bug if start=1 end=4/3 with p=seq(0, 1, 0.05)
hsv( round(h, 5), s, v, ...)
}
> -----Original Message-----
> From: Martin Maechler [mailto:maechler@stat.math.ethz.ch]
> Sent: Tuesday, March 28, 2000 4:07 PM
> To: jens.oehlschlaegel-akiyoshi@mdfactory.de
> Cc: R-core@stat.math.ethz.ch
> Subject: Re: [Rd] pre summary: mapping of colornames into hsv?
>
>
> >>>>> <jens.oehlschlaegel-akiyoshi@mdfactory.de> writes on
> Feb.28, 2000 :
>
> Jens> etc/colors.big doesn't do the job...
2001 Jan 19
2
bringToTop() fails (PR#818)
windows()
plot(1,1)
windows()
plot(1:2,1:2)
dev.list() # we have devices 2 and 3
# device 3 is active and in front
bringToTop(2) # does not work
bringToTop(3) # does not work also
Regards
Jens Oehlschlaegel
--please do not edit the information below--
Version:
platform = i386-pc-mingw32
arch = x86
os = Win32
system = x86, Win32
status =
major = 1
minor = 2.1
year = 2001
month = 01
day = 15
language = R
Windows NT 4.0 (build 1381) Service Pack 6
Search Path:
.GlobalEnv, package:ctest,...
1997 Jul 22
0
R-alpha: some thoughts about factor()
Dear R-people,
recently at s-news we had a discussion about factor().
I thought you might be interested in some of my thoughts about factors.
Any comments welcome
Best regards
Jens Oehlschlaegel-Akiyoshi
-------------------------------------------------------------------
I think the problem is deeper than that factors would just be handled
inapprobriately by some S+ functions, the inconsistency is built in
the constructor factor(), and thus is built in the concept!
Let me cite S+ onli...
2000 Feb 28
1
mapping of colornames into hsv?
I couldn't find this in online help or the archives:
Is there any R function or object giving the mapping of the colornames as
given by colors() into the hsv() model?
Regards
--
Dr. Jens Oehlschl?gel-Akiyoshi
MD FACTORY GmbH
Bayerstrasse 21
80335 M?nchen
Tel.: 089 545 28-27
Fax.: 089 545 28-10
http://www.mdfactory.de
2000 Feb 28
1
mapping of colornames into hsv?
I couldn't find this in online help or the archives:
Is there any R function or object giving the mapping of the colornames as
given by colors() into the hsv() model?
Regards
--
Dr. Jens Oehlschl?gel-Akiyoshi
MD FACTORY GmbH
Bayerstrasse 21
80335 M?nchen
Tel.: 089 545 28-27
Fax.: 089 545 28-10
http://www.mdfactory.de
2007 Mar 14
1
allocVector reference
Hi,
I'm trying to write a function to return an R vector which points
directly to a contiguous subset of another vector, without taking a
copy. Since SEXPREC is a header followed by the data, rather than the
header plus a pointer to the data, I'm not sure what I'm trying to do is
possible. Is there a way of doing this? Similar in spirit to how the R
assignment "x=y" does
2001 Jan 10
1
optmizing with monotone stepfunctions?
Before re-inventing the wheel I would like to ask: does anyone know about
an optimizer in R which can reliably identify which value of X (Xopt) leads
to Y (Yopt) closest to Ytarget in
Y <- MonotoneStepFun(X)
optionally with the restriction that Yopt <= Ytarget
(at least if any Y <= Ytarget, otherwise any Yopt > Ytarget would be the
preferred answer)
If none is known, I will write
2000 Jun 27
2
R as a server in client server computing
I like to have a continuously running R process, which can receive a
dataframe from a client (over TCP/IP), does some processing, and sends some
data back. What is the prefered way to do this? Using the socket interface?
Using omega's CORBA stuff?
Does anyone has example code for doing so?
Thanks for any help
Regards
--
Dr. Jens Oehlschl?gel-Akiyoshi
Analyse
MD FACTORY GmbH
Gr?nstr. 15
2000 Mar 08
2
possible BUG with as.data.frame() and/or [.data.frame
Here is a possible BUG with as.data.frame() and/or [.data.frame which broke
Michael Lapsleys RODBC-Code.
Can anyone confirm it is a bug or a 'feature' of the prototype?
tablename <- "abc"
a <- as.data.frame(cbind("abc", 1:3))
b <- as.data.frame(cbind(tablename, 1:3))
# ok
> a
V1 V2
1 abc 1
2 abc 2
3 abc 3
# missing column name
> b
tablename
1
1999 Nov 12
1
Wanted: online Introduction to R
As a complete newcomer I am attempting to learn to use R, but am finding
it extremely difficult because I have not yet found an "Introduction to
R".
For over a week now I have monitored the R-help list, studied the R-FAQ
and related documents, downloaded and run the Windows R and looked at
the Help, downloaded early and late samples of the R-help archives, and
searched for illuminating
2017 Jun 16
3
'ordered' destroyed to 'factor'
Dear all,
?
I don't know if you consider this a bug or feature, but it breaks reasonable code: 'unlist' and 'sapply' convert 'ordered' to 'factor' even if all levels are equal. Here is a simple example:
o <- ordered(letters)
o[[1]]
lapply(o, min)[[1]]??????????# ordered factor
unlist(lapply(o, min))[[1]]? # no longer ordered
sapply(o, min)[[1]]??????????# no
2018 Aug 16
3
longint
Thanks for the replies and for confirming my suspicion.
Interestingly, src/include/S.h uses a trick:
?? #define longint int
and so does the nlme package (within src/init.c).
On 08/15/2018 02:47 PM, Herv? Pag?s wrote:
> No segfault but a BIG warning from the compiler. That's because
> dereferencing the pointer inside your myfunc() function will
> produce an int that is not
2017 Jun 18
0
'ordered' destroyed to 'factor'
...onverge R to an optimum? I struggle to recognize the project I loved in 2000.
?
Gesendet:?Freitag, 16. Juni 2017 um 18:31 Uhr
Von:?"peter dalgaard" <pdalgd at gmail.com>
An:?"Robert McGehee" <rmcgehee at walleyetrading.net>
Cc:?"Jens Oehlschl?gel" <jens.oehlschlaegel at truecluster.com>, "r-devel at r-project.org" <r-devel at r-project.org>
Betreff:?Re: [Rd] 'ordered' destroyed to 'factor'
> On 16 Jun 2017, at 15:59 , Robert McGehee <rmcgehee at walleyetrading.net> wrote:
>
> For instance, what would you expect...