Displaying 20 results from an estimated 1200 matches similar to: "boxplot(list(m[,1],...,m[,c]))"
2005 Jan 03
4
Inspecting R functions
In S-Plus, I can look at the structure of a function (for example, hist)
simply by entering
hist <RETURN>
however, if I do this in R, I get the response
function (x, ...)
UseMethod("hist")
<environment: namespace:graphics>
How can I inspect the structure of a function in R?
-------------------------------
Richard Dybowski
143 Village Way
2001 Nov 19
1
Symbol escape sequence in xlab
I would like to label an x-axis with the nabla symbol. I have tried this
with the following symbol escape sequence
plot(1:5, 1:5, xlab=""); title(xlab="\\dl", vfont=c("serif symbol",
"plain"))
but I got the warning message
parameter "vfont" couldn't be set in high-level plot() function
Is it possible to use a symbol escape
2004 Aug 06
3
more on building with lame
On Tuesday, 26 June 2001 at 11:15, Denys Sene dos Santos wrote:
>
> I'm running Ices 0.1.0, but the reencoding don't works
> with lame3.88. I prefer 3.88, it's more clean, but with the 3.86
> that the reencoding works.
How did you get it to build? ices 0.1.0 explicitly checks version
info, and besides that makes library calls that don't exist in 3.86.
you are
2001 Jul 05
3
Where is the html page that lists all functions?
>> In the previous release of r, theire was a index of all functions in R.
>> It was was i understand as reference. It was simple to search in this html
>> page by function name or by keywords.
>> Why, by god, this page is removed in the Veriosn 1.3 of R???
> Take a look at R_HOME/doc/html/function.html .... The browser-based search
> engine was not on that page, but
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 Nov 16
3
FXO Cards in Australia
Hi All,
This topic has come up before in the Asterisk mailing list many times,
so I know that a lot of people have given up in waiting for a FXO card
to be approved by the Australian telecommunications authority. My
question is: all legalities aside - is anyone using a FXO card in
Australia successfully?
Thanks in advance.
Regards,
Gonzalo
2012 Nov 23
23
Puppet 3.0 Puppet labs repo package problem on rhel5
Hi,
I''m having a weird issue and was wondering if anyone else had run into it. I recently upgraded from puppet 2.7 -> 3.0.1 After cleaning up some gems on my puppet master everything seemed to be working ok. I had originally used the EPEL repo''s to deploy puppet, but switched to the Puppet Labs repos so I could upgrade to 2.7 then 3. On RHEL5 only, I get a RSTRING_PTR
2003 Feb 01
2
Re-assigning vector elements based on their initial values.
Is there an eloquent solution to re-assign vector element values?
I have a vector which contains chemical data, some of them are "flagged" as
non-detected values by their negative values.
I can find the statistics on the positive values in vector "v" simply by
typing:
>v<- c(5,5,-3,-3,7,8,10)
> v[(v>0)]
[1] 5 5 7 8 10
I can also convert to positive values by
2008 Mar 15
3
Firefox 3
Hi,
I just read the release announcement for RHEL 5.2beta:
https://www.redhat.com/archives/rhelv5-announce/2008-March/msg00000.html
And something caught my eye:
--8<-----------------------------------------
* Laptop and Desktop Enhancement
+ Suspend and Hibernate improvements
+ Re-base of the top Desktop applications
- Evolution 2.12.3
- Firefox 3
- OpenOffice 2.3.0
2018 Apr 02
2
What is the universal (world wide) understanding behind degaussing harddisks?
Hello,
On Mon, 2 Apr 2018 10:01:56 -0400 m.roth at 5-cent.us wrote:
> Turritopsis Dohrnii Teo En Ming wrote:
> > Good evening from Singapore!
> >
> > The foremost question which I want to ask is, what is the universal
> > (world wide) understanding behind degaussing hard drives?
> >
> > I work for No Secrets Agency (NSA) Pte Ltd (fictitious company name
2013 Nov 14
0
[LLVMdev] Any objections to my importing GoogleMock to go with GoogleTest in LLVM?
On 11/15/13 03:52 AM, Chandler Carruth wrote:
>
> I'm not trying to make LLVM use unittests everywhere, I'm just trying
> to get a tool added to the toolbox so that a unittest I'm already
> writing can be written more simply and in a more maintainable fashion.
You're welcome to ignore me and keep writing eloquent emails, but you
still haven't shown an exact use
2004 Dec 19
1
Dialplan help - Can dial any user but not the PSTN
What is the most efficient way to allow inbound callers to dial internal
users yet restrict them from outbound PSTN calls? Today I have a basic
greeting that after a welcome message allows inbound callers the ability
to dial any of my users. However, it seems that since I transfer the
inbound caller to a context that allows them the ability to call my
internal users they have the same rights as
2009 May 29
1
data manipulation involving aggregate
hi all,
I often have a data frame like this example
data.frame(sq=c(1,1,1,2,2,3,3,3,3),area=c(1,2,3,1,2,3,1,2,3),habitat=c("garden","garden","pond","field","garden","river","garden","field","field"))
for each "sq" I have multiple "habitat"s each with an associated "area".
I
2004 Dec 10
7
Ripping CD audio for MOH
Hello-
I've got some audio CDs that I'd like to use for MOH.
What's the best way to do this? I don't care if it's mp3 or some other
format - whatever will work best.
What applications (osx or linux) are best? Optimal settings?
Thanks-
Tom
2003 Sep 18
1
Control M (^M)
All,
When the files are transfered from Windows to Unix files are transfered as
binary and Control-M (^M) character append to the unix ascii files.
Is there a way to deal this in Samba?
Please revert.
Thanks
-------------- next part --------------
This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only.
If by an addressing or
2009 Jul 31
1
write matrix M including names(dimnames(M))
I can do this by writing (and reading) the file according to some format of
my own devising, but I'm wondering if there is a built-in way to write and
then restore a matrix with not only the dimnames (which
write.table/read.table can preserve) but also the names(dimnames)?
Example:
> M <- matrix(1:4, 2, 2)
> dimnames(M) <- list(xdim=c("a", "b"),
2011 Sep 16
1
plot(m, which = 1), where m is a lm linear model. What is 'which' doing?
Sample code from *R CookBook* (awesome book btw) *11.12: Finding the Best
Power Transformation (Box-Cox) Procedure*
require(MASS)
x <- 10:100
eps <- rnorm(length(x), sd = 5)
y <- (x + eps)^(-1 / 1.5)
m <- lm(y ~ x)
# ***************** What does the *which* in this line do???
********************************************
plot(m, which = 1)
[[alternative HTML version deleted]]
2012 Oct 03
0
error in Deducer in 1-m: m is missing
I have two macs both running OS 10.6.8. One has JGR 1.7-9 and the other
1.7-11. When I run 'descriptives' from the analysis menu on the same data
set on both machines. It runs as expected on 1.7-9 but give the error
message in the header in version 1.7-11. Other analysis procedures seem to
run fine in both. Whgy?
--
View this message in context:
2019 Sep 26
2
DenseMap/ValueMap: is M[New]=M[Old] valid ?
Hi,
I have a question about llvm/ADT/DenseMap.h and llvm/IR/ValueMap.h:
When you have a:
MapType M;
is it safe to do:
M[NewKey] = M[OldKey];
or do you need to do it in two steps:
auto tmp = M[OldKey]; // ensure the reference to M[OldKey] is copied, before reassigning.
M[NewKey] = tmp; // might reallocate
aka, will a possible allocation for M[NewKey] invalidate the
2013 Apr 23
1
is.vector(as.vector(x, m), m) not always TRUE
In the man page for as.vector() (same as man page for vector()):
Writers of methods for ?as.vector? need to take care to follow the
conventions of the default method. In particular
? Argument ?mode? can be ?"any"?, any of the atomic modes,
?"list"?, ?"expression"?, ?"symbol"?, ?"pairlist"? or one of
the