Displaying 8 results from an estimated 8 matches for "carbonel".
Did you mean:
carbonell
2007 Jun 29
0
Problem with library(CarbonEL) in .Rprofile
Hello,
I am a Mac user and prefer the quartz device. So far, I have always
typed the following in manually after starting R via ESS:
library(CarbonEL)
options(device="quartz")
That works without problems, and allows me to use the quartz device
instead of X11.
I put this into my .Rprofile, thinking that this way I don't have to
type this every time I start R. Once I do this (there is nothing else
in the .Rprofile), I get the follo...
2015 Oct 15
4
potencia fracional de un número negativo
...e above is mandated by the C99
standard. On many Unix-alike systems the command man pow gives details of
the values in a large number of corner cases.
¿Qué opciones puedo utilizar para poder encontrar el resultado?
Agradezco de antemano la colaboración.
Cordial saludo.
--
Alex Johann Zambrano Carbonell
http://experienceinstatistics.blogspot.com/
[[alternative HTML version deleted]]
2015 Oct 15
3
potencia fracional de un número negativo
...;
> >
> > _______________________________________________
> > R-help-es mailing list
> > R-help-es en r-project.org
> > https://stat.ethz.ch/mailman/listinfo/r-help-es
>
>
>
>
> [[alternative HTML version deleted]]
>
--
Alex Johann Zambrano Carbonell
http://experienceinstatistics.blogspot.com/
[[alternative HTML version deleted]]
2015 Oct 16
2
potencia fracional de un número negativo
...;> R-help-es mailing list
>>>> R-help-es en r-project.org
>>>> https://stat.ethz.ch/mailman/listinfo/r-help-es
>>>
>>>
>>>
>>> [[alternative HTML version deleted]]
>>>
>>
>> --
>> Alex Johann Zambrano Carbonell
>> http://experienceinstatistics.blogspot.com/
>>
>> [[alternative HTML version deleted]]
>>
>> _______________________________________________
>> R-help-es mailing list
>> R-help-es en r-project.org
>> https://stat.ethz.ch/mailman/listinfo/...
2007 May 21
3
quartz() on MAC OSX
I am (desperately) trying to get used to using a Mac here at my new
location. (Why *anyone* would ever use anything other than Linux, except
under duress as I am, totally escapes me, but that's another story.)
Fortunately much of the Mac OSX is actually Unix, so a civilized person can
manage to carry on ... But there are some things. (Like this <expletive
deleted> mailer ... But
2012 Dec 15
1
Could Rstd_Busy do something (src/unix/sys-std.c)?
Currently the function Rstd_Busy() does nothing (src/unix/sys-std.c):
void attribute_hidden Rstd_Busy(int which)
{
}
The function is called through a pointer and R interfaces can change
this pointer and, thus, use a different function. I don't plan to
create a whole new interface to R, but I maintain a package whose aim
is to provide a new feature to R when it's running in a
2013 May 16
1
setTimeLimit sometimes fails to terminate idle call in R
I would like to use setTimeLimit to abort operations that are stuck
waiting (idle) after n seconds. Below a toy example in which Sys.sleep
is a placeholder call that is idle:
testlimit <- function(){
setTimeLimit(elapsed=3, transient=TRUE);
Sys.sleep(10);
}
system.time(testlimit());
However this is giving inconsistent results. On windows and in
r-studio server (linux) the call is
2011 Jan 05
1
bwplot
I'm trying use the function bwplot, but I receive a message that the
function is not found. I charged the lattice, sm, and Hmrsc, package but
without success. That I trying to do is an unique box-plot with in the
x-axes two levels Season and Area, and in the y axis abundance.
[[alternative HTML version deleted]]