As the number of options has grown, I have found it harder and harder to
spot if a particular option is set, as well as to find descriptions in the
help file. Currently options() lists them in the order they were first
set.
I would find it much easier if the options were listed in alphabetical
It's reasonably easy to define an S3 class for vectors (e.g.,
"octonion") and then define operator methods (for all operators other
than matrix operators) to do what you want with that class. To do this
you need to define a function Ops.octonion. All of this is easily done
in pure R. I just w
Sorry, forgot to provide system info:
I'm running SuSE 9.3 on an AMD Althon4000
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status Patched
major2
minor1.1
year 2005
month07
day 29
language R
Doug
On Fri, 29 Jul 2005, Douglas Grove
Hi,
I just downloaded and installed last nights version of R-patched
and decided that I'd set R_BATCHSAVE=--no-save in config.site,
which I haven't done before.
Since the comment above R_BATCHSAVE in config.site says:
## The default behavior of R if it encounters EOF in batch mode.
## Set thi
>Automatic conversion is special, and comes from the
>designer of one class of objects asserting that this
>class extends a another class (see 'setClass' and 'setIs').
^^^
> R.version.string
[1] "R version 2.1.1, 2005-06-20"
--
Hi
I thought it would be fun to develop R functionality for
the octonions (there is already some work on quaternions).
The octonions are an 8 dimensional algebra over the reals, so an
octonion
may nicely be represented as a real vector of length 8. Applications
are many and varied, mostly qu