Displaying 20 results from an estimated 5000 matches similar to: "Where is the html page that lists all functions?"
2001 Feb 16
0
polygon border colors
Simple question: is it true that
polygon (x, y, col=vec, border=vec, ...)
will cycle through the vec colors for fills but not for
the border colors when sending multiple polygons?
thanks,
Denis White
US EPA, 200 SW 35th St, Corvallis, Oregon, 97333 USA
voice: 541.754.4476, email: white.denis at epa.gov
web: www.epa.gov/wed/pages/staff/white/
2002 Mar 08
0
predict.tree
We are trying to implement Breiman's one standard deviation
pruning rule for tree models. I have run into a problem with
predict.tree.
This bit of R code, a skeleton for a cross-validation process,
library (tree)
dat <- data.frame (matrix (runif (3*100), nrow=100, ncol=3))
a.dat <- dat[1:50,]
b.dat <- dat[51:100,]
a.tree <- tree (a.dat)
b.pred <- predict.tree (a.tree,
2001 Jul 04
2
boxplot(list(m[,1],...,m[,c]))
Given a matrix m, I would like to obtain a boxplot of the columns of m; in
other words, boxplot(list(m[,1],...,m[,ncol(m)])). At the moment, I am using
colpart <- function(m){
L <- list(rep(0,ncol(m)))
for(i in 1:ncol(m)){
L[[i]] <- m[,i] }
return(L)}
boxplot(colpart(m))
for this purpose. Surely there must be a more eloquent way!
Richard
2002 Jul 17
2
Problems with make pdf (R-patched_2002-07-15.tar.gz)
After configure, make and make check on
a linux Suse 7.3 box, I run
make dvi and make info with no problems but get
a lot of garbage to my screen during make pdf.
Is this normal? Is there a bug in this part
of the installation?
This is part of what I get on the screen:
humboldt:/usr/local/R-patched # make pdf
make[1]: Entering directory `/usr/local/R-patched/doc'
make[2]: Entering
2005 Oct 21
1
problems with tools/pygrub/setup.py and xen/xm/main.py
When making the "unstable" version I got an in "tools". There was a complaint
about "cc.has_function" in the following code area in tools/pygrub/setup.py
if cc.has_function("ext2fs_open"):
ext2defines.append( ("HAVE_EXT2FS_OPEN2", None) )
else :
sys.stderr.write ("Warning: older veriosn of e2fsprogs installed ...")
2003 Jun 16
1
Problem when making refman.pdf on WinXP (R 1.7.1)
Dear R-help,
Can some one tell me what could be the problem? I downloaded the R-1.7.1
source and try to compile it on WinXP. "make", "make bitmapdll", "make
tcl", "make recommended" all ran w/o problem. However, when I ran "make
docs", it failed at creating refman.pdf, with no apparent error that I could
see. I have attached the log file
2007 Aug 31
1
compiling R-devel
Hello.
I am in a habit of compiling daily snapshots of R-devel and R-patched on my
Windows XP workstation. I have cygwin environment with up-to-date RTools
and MiKTeX. I run cygwin and MiKTeX upadaters pretty often (every couple
of days) so both of them are reasonably current.
Recently I noticed a small annoyance when compiling R-dvel. It started
happening right after I updated to the new
2007 Jan 10
1
Compiling R-devel under Windows
Hello there,
I have a habit of compiling R-patched and R-devel every few days.
Recently, I noticed the following problem:
I downloaded both versions with Revision: 40421, Last Changed Date:
2007-01-09. R-patched compiles with no problem. R-devel compiles fine but
when it starts to make PDF documentation it generates the following (tail
of the "make distribution" output):
! pdfTeX
2007 May 01
2
Concepts question: environment, frame, search path
Folks:
I'd appreciate if someone could straighten me out on a few concepts which
are described a bit ambiguously in the docs.
1. data.frame:
----------------
Refan p84: 'A data frame is a list of variables of the same length with
unique row names, given class "data.frame".'
I probably don't need to point out how opaque that is!
Anyhow, key question: Some places in
2003 Jul 21
2
missing permissions in reference manual copyright page (PR#3528)
Hi,
I noticed that the R reference manual seems to be missing the license
permissions on the copyright page. Below is a patch to "refman.top"
which adds the same permissions as the @permission{} macro in
"R-defs.texi".
I'm filing this bug as I have been preparing to publish the R
Reference Manual (in several volumes). I plan to donate 5 EUR to the
R-foundation for each
2000 Apr 24
1
make problems
I'm having trouble making the manuals as per the INSTALL instructions.
Anyone have any hints as to what's wrong?
<123>-> make dvi
DVI/LaTeX documentation: reference index ...
*** Error code 255
make: Fatal error: Command failed for target `refman.dvi'
2015 May 31
1
Using Mariadb databases from old server
------------ Original Message ------------
> Date: Saturday, May 30, 2015 12:27:26 AM -0400
> From: Ted Miller <tedlists at sbcglobal.net>
>
> On 05/29/2015 07:00 AM, Timothy Murphy wrote:
>> Todor Petkov wrote:
>>
>>>> I'm running CentOS-7, but I left some MySQL databases
>>>> on my old CentOS-6.5 partition which I'd like to retrieve.
2001 Aug 22
1
Problems with trying to print 'refman.pdf'
When I try to print out the refman.pdf file of version 1.3.0 to an HP
LaserJet 8000 PS printer, I get the error message "Error occurred while
downloading a font. This document might not print correctly". The document
does not print correctly. The index page looks fine on the monitor, but
appear to print with a "Courier" type font that is squeezed to be
proportitional.
Has
2006 Mar 29
1
htdig with omega for multiple URLs (websites)
Olly,
many thanks for suggesting htdig, you saved me a lot of time.
Htdig looks better than my original idea - wget, you were right.
Using htdig, I can crawl and search single website - but I need to
integrate search of pages spread over 100+ sites. Learning, learning....
Htdig uses separate document database for every website (one database
per URL to initiate crawling). Htdig also can merge
2006 Mar 17
1
omega crawler: ht://dig or wget?
At wiki page: http://wiki.xapian.org/Omega
I added a comment that ht://Dig looks like dead.
Does anybody really use it?
>From brief glance at docs I had a feeling it is not easy to configure.
Maybe better crawler is GNU wget? Mature, stable, maintained?
--
Peter Masiar
2013 Jan 24
3
[LLVMdev] Initial thoughts on an LLVM backend for N-address generic assembly
Hi all,
i'm just starting out with LLVM (although i've been observing its
evolution since that first release some years ago :)
I would like to develop a backend for a generic assembly-like
language, called NAC (N-Address Code). More info on NAC can be found
here:
http://www.nkavvadias.com/hercules/nac-refman.html (HTML)
http://www.nkavvadias.com/hercules/nac-refman.pdf (PDF)
You
2004 Nov 30
5
RE: [Shorewall-devel] SFTP
On Tue, 2004-11-30 at 12:17 +0700, Matthew Hodgett wrote:
>
> As for the 169.254 issue I tried to search the archives but got nothing.
> I then tried to search on generic words, nothing. I then tried some
> really common words like ''help'', ''initiated'', ''masq'' - nothing. I think
> the index might be corrupt because I get no
2019 Oct 31
2
Dovecot and MySQL aborted connections.
I will top post here ...
got a similar issue with mariadb a while ago after upgrading from 10.1
to 10.2
lots of warnings about aborted connections in the logs.
after digging into this issue the culprit was a new default setting
value in the newer maridb server.
during the update the log_warnings changed from 1 to 2 therefore showing
lots of aborted connection notices in the logs
changing
2002 Dec 11
2
Can't find nls()
Hi,
I looked for the nls() function and couldn't find it. In the refman.pdf
it's mentioned as part of the nls package which I cannot find and I also
read something about the MASS package, also impossible to find for me.
Kris
--
------------------------------------------------------------------------
http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=krisn
2003 Sep 30
2
in addition R1.8b install
this problem also occurred later in the installation process:
C:\Program Files\R\rw1080beta\doc\manual\refman.pdf
C:\Program Files\R\rw1080beta\library\mva\html\loadings.html
C:\Program Files\R\rw1080beta\library\ctest\html\fisher.test.html
C:\Program Files\R\rw1080beta\library\base\chtml\base.chm
C:\Program Files\R\rw1080beta\afm\hvo____.afm
An error occured while trying to copy a file:
The