search for: axp

Displaying 20 results from an estimated 213 matches for "axp".

Did you mean: ap
1997 May 21
1
R-alpha: plot(1); axis(1, at=10) >>> Seg.fault -- and a patch
...May 9-10. The patch is really a replacement of 'axis' in RHOME/src/library/base/funs/ It contains the fixes which where proposed Arne Kovac and fixes (all?) the errors he/she (?) reported on May 9. "axis" <- function (which, at, labels = TRUE, ...) { if (which%%2 == 1) { axp <- par("xaxp") usr <- par("usr")[1:2] log <- par("xlog") } else { axp <- par("yaxp") usr <- par("usr")[3:4] log <- par("ylog") } if (missing(at)) { if (log) { if (usr[2] < usr[1] + 1) { at <-...
2004 Apr 15
1
pretty for a log-axis
Is there a function that does the same as pretty but on a log-scale? Suppose you have x <- exp( runif( 100, 0, 6 ) ) (which will between 1 and 403), then I would like to have a result like: log.pretty( x ) [1] 1 5 10 50 100 500 Bendix C. ---------------------- Bendix Carstensen Senior Statistician Steno Diabetes Center Niels Steensens Vej 2 DK-2820 Gentofte Denmark tel: +45 44 43 87 38
1999 Sep 06
0
Proposal for improved grid() [non-backward compatible]
...to abline(). grid() *is* too simple to be of practical use. I propose the following which is of some practical use, since it uses much more useful defaults: grid <- function (nx=NULL, ny=NULL, col="lightgray", lty="dotted") { if (is.null(nx)|| nx >= 1) { axp <- par("xaxp") if(is.null(nx)) nx <- axp[3] abline(v = seq(axp[1],axp[2],len=1+nx), col = col, lty = lty) } if (is.null(ny)|| ny >= 1) { axp <- par("yaxp") if(is.null(ny)) ny <- axp[3] abline(h = seq(axp[1],axp[2],len=1+ny), col = col, l...
2005 May 24
3
Reversing axis in a log plot (PR#7894)
...inear axis is fine plot(x,y) plot(x,y, ylim = c(30,1)) as is a usual log-plot: plot(x,y, log = "y", ylim = c(1,30)) However, plot(x,y, log = "y", ylim = c(30,1)) fails with Error in axis(2, ...) : log - axis(), 'at' creation, _SMALL_ range: invalid {xy}axp or par; axp[0]= 10, usr[0:1]=(34.3721,0.872801) In addition: Warning message: CreateAtVector "log"(from axis()): usr[0] = 34.3721 > 0.872801 = usr[1] ! According to Petr Pikal <petr.pikal -at- precheza.cz>, replacing the ylim argument by ylim = c(30,1.2) helps in t...
2005 Oct 11
0
CESA-YYYY:NNN <level> CentOS 4 axp <package> - <short explanation>
...y Advisory YYYY:NNN <url> The following updated files have been uploaded and are currently syncing to the mirrors: files: ----------------------------------------------------------- The above will present the format of CentOS-4.2/alpha CESA-announcements. Here the 'alpha' is for axp and arch is labeled as 'axp' on subjects as 'alpha' really would sometimes be too cunfusing. The YYYY-part will be year and the NNN-part the serialization number for announcement. This really follows the format for other archs. -- Pasi Pirhonen - upi@iki.fi - http://iki.fi/upi...
2006 Jun 21
0
OpenVMS AXP Version
Is there a version ready to run for OpenVMS AXP?
2006 Apr 01
0
CESA-2006:0101 Important CentOS 4 axp kernel - security update
CentOS Errata and Security Advisory 2006:0101 https://rhn.redhat.com/errata/RHSA-2006-0101.html The following updated files have been uploaded and are currently syncing to the mirrors: NOTES: The alpha/axp kernel isn't just pure rebuild of EL-kernel. There are few patches to make arch going. That's why it's labeled as *EC* and not *EL*. I did some extra testing with this kernel. files: updates/alpha/RPMS/kernel-2.6.9-22.0.2.EC.alpha.rpm updates/alpha/RPMS/kernel-devel-2.6.9-22.0.2.EC.alp...
2007 Mar 09
1
samba reporting wrong space
...ing cifs and when i then run df -h, i get the following ahuemer@xeon distfiles % df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 34G 31G 3.3G 91% / udev 759M 2.8M 756M 1% /dev shm 759M 20K 759M 1% /dev/shm //axp/export 226E -240E 456E - /mnt/axp ahuemer@xeon distfiles % which would be great indeed (except the minus of course...), but that's simply totally wrong. when connecting with smbfs i get ahuemer@xeon ~ % df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1...
2001 May 29
2
format for tick labels
Running R 1.2.3, Windows 98 I checked the archives, and I couldn't find anything pertaining to this: How do I control format (scientific notation versus decimal, e.g.) on tick labels? TIA, Henry Dr. M. Henry H. Stevens Postdoctoral Associate Department of Ecology, Evolution, & Natural Resources 14 College Farm Road Cook College, Rutgers University New Brunswick, NJ 08901-8551 email:
2006 Jun 25
0
EOL notfication for CentOS-4/axp (alpha)
Hi, Unless someone else does pick it up for keeping it up, i'll stop maintaining it at end of August 2006. Until then it's only security maintained and no enhancements are made. I don't get into details behind this as it would just make things look too ugly. I honestly hate that i have to do this, i really do. -- Pasi Pirhonen - upi at iki.fi - http://pasi.pirhonen.eu/
2006 Feb 22
1
CentOS 4.2 on AXP
hi all, I will like to test CentOS 4.2 on alpha platform. I have a Digital Powerstation 433au with 128 MB of RAM and 4 GB Scsi disk. Does this hardware meets hardware requeriments for CentOS 4.2?? Thanks. -- CL Martinez carlopmart {at} gmail {d0t} com
2010 Dec 16
0
use vector to merge multiple xts objects?
...49 28.76 7453100 26.37 2007-01-08 28.87 29.02 28.28 28.48 10276100 26.12 2007-01-09 28.70 28.88 28.09 28.52 12511700 26.15 2007-01-10 29.57 30.36 29.21 30.23 23283400 27.72 For the sake of simplicity, let's say I have 3 times series - AA, AXP, and BA. Further, let's say I have a vector that contains these three symbols which is also their object name. > x <- c("AA", "AXP", "BA") What I would like to be able to do is it use that vector to "copy" one column from each of my xts objects (...
2006 Jun 25
0
EOL notfication for CentOS-4/axp (alpha)
Hi, Unless someone else does pick it up for keeping it up, i'll stop maintaining it at end of August 2006. Until then it's only security maintained and no enhancements are made. I don't get into details behind this as it would just make things look too ugly. I honestly hate that i have to do this, i really do. -- Pasi Pirhonen - upi at iki.fi - http://pasi.pirhonen.eu/
2006 Aug 04
0
CESA-2006:0603 Important CentOS 4 axp libtiff - security update
CentOS Errata and Security Advisory 2006:0603 https://rhn.redhat.com/errata/RHSA-2006-0603.html The following updated files have been uploaded and are currently syncing to the mirrors: files: updates/alpha/RPMS/libtiff-3.6.1-12.alpha.rpm updates/alpha/RPMS/libtiff-devel-3.6.1-12.alpha.rpm -- Pasi Pirhonen - upi@iki.fi - http://pasi.pirhonen.eu/ Top-postings silently ignored --------------
2006 Aug 04
0
CESA-2006:0615 Moderate CentOS 4 axp gnupg - security update
CentOS Errata and Security Advisory 2006:0615 https://rhn.redhat.com/errata/RHSA-2006-0615.html The following updated files have been uploaded and are currently syncing to the mirrors: files: updates/alpha/RPMS/gnupg-1.2.6-6.alpha.rpm -- Pasi Pirhonen - upi@iki.fi - http://pasi.pirhonen.eu/ Top-postings silently ignored -------------- next part -------------- A non-text attachment was
2006 Aug 06
0
CESA-2006:0609 Critical CentOS 4 axp seamonkey - security update
...ently syncing to the mirrors: NOTE: I did see Johnny making announce about this some 24h ago. I've waited if he'd bother to formally notify me about this, but nothing seems to happen. So i release this one just blindly trusting it's ok. files: updates/alpha/RPMS/seamonkey-1.0.3-0.el4.1axp.centos4.alpha.rpm updates/alpha/RPMS/seamonkey-chat-1.0.3-0.el4.1axp.centos4.alpha.rpm updates/alpha/RPMS/seamonkey-devel-1.0.3-0.el4.1axp.centos4.alpha.rpm updates/alpha/RPMS/seamonkey-dom-inspector-1.0.3-0.el4.1axp.centos4.alpha.rpm updates/alpha/RPMS/seamonkey-js-debugger-1.0.3-0.el4.1axp.centos...
2006 Aug 09
0
CESA-2006:0612 Important CentOS 4 axp krb5 - security update
CentOS Errata and Security Advisory 2006:0612 https://rhn.redhat.com/errata/RHSA-2006-0612.html The following updated files have been uploaded and are currently syncing to the mirrors: files: updates/alpha/RPMS/krb5-devel-1.3.4-33.alpha.rpm updates/alpha/RPMS/krb5-libs-1.3.4-33.alpha.rpm updates/alpha/RPMS/krb5-server-1.3.4-33.alpha.rpm updates/alpha/RPMS/krb5-workstation-1.3.4-33.alpha.rpm
2006 Aug 24
0
CESA-2006:0618 Important CentOS 4 axp apache - security update
CentOS Errata and Security Advisory 2006:0618 https://rhn.redhat.com/errata/RHSA-2006-0618.html The following updated files have been uploaded and are currently syncing to the mirrors: files: updates/alpha/RPMS/httpd-2.0.52-28.ent.centos4.alpha.rpm updates/alpha/RPMS/httpd-devel-2.0.52-28.ent.centos4.alpha.rpm updates/alpha/RPMS/httpd-manual-2.0.52-28.ent.centos4.alpha.rpm
2006 Aug 24
0
CESA-2006:0354 Low CentOS 4 axp elfutils - security update
CentOS Errata and Security Advisory 2006:0354 https://rhn.redhat.com/errata/RHSA-2006-0354.html The following updated files have been uploaded and are currently syncing to the mirrors: files: updates/alpha/RPMS/elfutils-0.97.1-3.alpha.rpm updates/alpha/RPMS/elfutils-devel-0.97.1-3.alpha.rpm updates/alpha/RPMS/elfutils-libelf-0.97.1-3.alpha.rpm
2006 Aug 24
0
CESA-2006:0393 Low CentOS 4 axp ntp - security update
CentOS Errata and Security Advisory 2006:0393 https://rhn.redhat.com/errata/RHSA-2006-0393.html The following updated files have been uploaded and are currently syncing to the mirrors: files: updates/alpha/RPMS/ntp-4.2.0.a.20040617-4.EL4.1.alpha.rpm -- Pasi Pirhonen - upi at iki.fi - http://pasi.pirhonen.eu/ Top-postings silently ignored -------------- next part -------------- A non-text