Displaying 4 results from an estimated 4 matches for "wieso".
Did you mean:
wiese
1997 Aug 04
1
R-alpha: scale()
Here is a version of the function scale() which may be worth adding to
the distribution. No NA's yet, though. And yes, I could also write
documentation if necessary ...
-k
***********************************************************************
scale <- function(x, center = TRUE, scale = TRUE) {
x <- as.matrix(x)
nc <- ncol(x)
if (is.logical(center)) {
if (center)
x
2012 Jul 01
2
[klibc:master] arm/setjmp.S: fix longjmp
Commit-ID: d7d16afbdae9bdea83aeb26ac572e6fc4d7d4940
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=d7d16afbdae9bdea83aeb26ac572e6fc4d7d4940
Author: Steve McIntyre <steve at einval.com>
AuthorDate: Fri, 29 Jun 2012 18:13:34 +0100
Committer: maximilian attems <max at stro.at>
CommitDate: Sun, 1 Jul 2012 22:51:00 +0200
[klibc] arm/setjmp.S: fix longjmp
2005 Jan 19
2
Question
It is quite simple but highly relevant to me ;-) I was looking for the
icecast protocol specifications/documentations but all I could find
where documentations of applications how to build or configure them. I'm
interested in some Java implementation of a audio streaming client,
therefor I was looking for some info about the protocol.
Please -- where can I find information?
J?rgen Knauth
2004 Jun 25
3
sweave: graphics not at the expected location in the pdf
Hi
I use sweave for excellent pdf output (thank you- Friedrich Leisch). I
have just one problem. Quite often it happens, that the graphics are not
at the place where I expect them, but (often on a separate page) later
on in the pdf. How can I fix this, means how can I define, that I want a
graphic exactly here and now in the document?
Many thanks and best regards
Christoph
--
Christoph