Displaying 2 results from an estimated 2 matches for "arethmetic".
2001 Aug 24
1
RE: Variable lables (was Re: [R] Reading SAS version 8 data into
...p)
}
I've done some testing, and getlabel seems to work fine as a substitute for
"deparse(subsitute(x))" in the plot commands.
There are a couple of problems. First, attributes are carried along in
sometime unexpected ways. For example, attributes are carried along by all
of the arethmetic operations I tried:
> x <- rnorm(1)
> label(x) <- "x label"
>
> sqrt(x)
[1] 0.8888801
attr(,"label")
[1] "x label"
> x+1
[1] 1.8888801
attr(,"label")
[1] "x label"
Ideally, performing an opera...
2005 Jun 19
2
Extracting Ogg metadata from File-like python objects
Dear Ogg-dev list;
I'm having some difficulty with the python libraries for extracting
comment/header info out of Ogg files... Would somebody more
experienced than me offer some advice?
I'm working on expanding a Python/Zope product for dealing with MP3
files so that it can also handle a spectrum of other file-formats
including Ogg-Vorbis. Initially we will be storing all of our media