Displaying 4 results from an estimated 4 matches for "indexnums".
Did you mean:
indexnumr
2007 Dec 06
0
alternatives to latex() or xtable()
An alternative solution that allows you to break it down by categories is in
the functions below. Comments/suggestions welcome and encouraged.
Note that much thanks is due to those who responded to an earlier post of
mine on a similar topic.
To use (assuming you have a data.frame falled pathDist with columns
distances (your numeric data of interest), Capacity, Surface, and SITE
(vectors of
2005 Jul 10
5
Indices and totals
Hi all!
I've read http://reactor-core.org/ogg-tagging.html and
http://www.vorbis.com/ot/20030303.html#id2726753 about the goals and
non-goals of vorbis comments, but I'm still unsure:
1) Is it by purpose to forget about CDA's index feature because it's so
rarely used or did nobody here ever thought about it?
-> Add an INDEXNUMER field?
2) If "Vorbis comments are the
2010 Apr 05
1
Deleting many list elements in one time
Hi guys, here is a simple thing I want to do but it doesn't work:
I have a vector of the element indexes that I want to delete called index
so when I write myList[[index]] <- NULL to delete these elements here is
what I get:
Error in myList[[index]] <- NULL :
more elements supplied than there are to replace
Isn't it possible to delete multiple elements?
-----
Anna Lippel
--
2007 Apr 02
0
Object problems with Generic and rematchDefinition
Hello all,
Let me try this again with some code.
I am trying to make a new object and it's not working. I get :
Error in rematchDefinition(definition, fdef, mnames, fnames, signature) :
methods can add arguments to the generic only if '...' is an
argument to the generic
as my error. I have included my code. It is from the xcms package.
Any help would be great even if