Displaying 20 results from an estimated 284 matches for "lobo".
2015 Aug 20
6
APC BACK UPS 2200 model BZ2200BI-BR
...USB SERIAL CONVERTER. APC BY SCHNEIDER ELECTRIC> at
usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (100mA)
And here are the devices I get after pluging it in:
ttyU0
ttyU0.init
ttyU0.lock
cuaU0
cuaU0.init
cuaU0.lock
ugen1.2 (ugen1.2 -> usb/1.2.0)
(no umodem0 device shows)
** ups.conf
[lobos]
driver = solis
port = /dev/ttyU0 (or cuaU0, or ugen1.2)
*** RESULTS
** ugen1.2
[>]/usr/local/libexec/nut/solis -D -a lobos -u root
Network UPS Tools - Microsol Solis UPS driver 0.62 (2.7.3)
0.000000 debug level is '1'
0.001551 tcgetattr(/dev/ugen1.2): Inappropriat...
2008 Jun 27
4
Recoding
...{
aux <- origen
origen <- imagen
imagen <- aux
}
m <- match(v, origen, 0)
#print("match finished")
if(resto==0) v <- v*0
v[m > 0] <- imagen[m]
v
}
Agus
--
Dr. Agustin Lobo
Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
LLuis Sole Sabaris s/n
08028 Barcelona
Spain
Tel. 34 934095410
Fax. 34 934110012
email: Agustin.Lobo at ija.csic.es
http://www.ija.csic.es/gt/obster
2008 Sep 12
2
Greyed text in the background of a plot
...background of a plot?
I'm making a dynamic plot and would like to show the
year of each time step as a big greyed text in the background.
(the idea comes from Hans Rosling video:
http://video.google.com/videoplay?docid=4237353244338529080&sourceid=searchfeed
)
Thanks
Agus
--
Dr. Agustin Lobo
Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
LLuis Sole Sabaris s/n
08028 Barcelona
Spain
Tel. 34 934095410
Fax. 34 934110012
email: Agustin.Lobo at ija.csic.es
http://www.ija.csic.es/gt/obster
2012 May 28
2
zoo: variable gets modified at making zoo object
...007-10-01 17:37:30 0.069: 6
Max. :2007-12-31 23:30:00 (Other): 6363
NA's :11124
and I get an error at plotting:
> plot(alyL32007z$NEE_st)
Error in plot.window(...) : invalid 'ylim' value
Any help appreciated,
Thanks
Agus
--
Dr. Agustin Lobo
Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
Lluis Sole Sabaris s/n
08028 Barcelona
Spain
Tel. 34 934095410
Fax. 34 934110012
e-mail Agustin.Lobo at ictja.csic.es
https://sites.google.com/site/aloboaleu/
2012 Jun 08
3
day of the year for chron objects
...quot;ymd")
> a
[1] 100506
> years(a)
[1] 2010
Levels: 2010
but instead have to cast to Date to apply julian:
> julian(a)
Error in names(d) : 'd' is missing
> julian(as.Date(a))
[1] 14735
attr(,"origin")
[1] "1970-01-01"
Thanks
Agus
--
--
Dr. Agustin Lobo
Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
Lluis Sole Sabaris s/n
08028 Barcelona
Spain
Tel. 34 934095410
Fax. 34 934110012
e-mail Agustin.Lobo at ictja.csic.es
https://sites.google.com/site/aloboaleu/
2009 May 12
2
[Fwd: Re: ubuntu problem with 'r-cran-robustbase' [FWD Agustin Lobo]]
Subject: Re: [R-sig-Debian] ubuntu problem with 'r-cran-robustbase' [FWD
Agustin Lobo]
Date: Tue, 12 May 2009 13:30:49 +0200
From: Agustin Lobo <aloboaleu at gmail.com>
Reply-To: aloboaleu at gmail.com
To: Dirk Eddelbuettel <edd at debian.org>
CC: Martin Maechler <maechler at stat.math.ethz.ch>,
R-SIG-Debian at stat.math.ethz.ch
References: <18953.17704.527898.3...
2009 Jul 03
4
Function to eliminate blank space within strings?
Is there an specific function
to eliminate blank space within
strings?
Thanks
--
Dr. Agustin Lobo
Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
LLuis Sole Sabaris s/n
08028 Barcelona
Spain
Tel. 34 934095410
Fax. 34 934110012
email: Agustin.Lobo at ija.csic.es
http://www.ija.csic.es/gt/obster
2008 May 19
2
Log or diary file
...ink(), but only get
the output. I mean something
like a combined history and sink, as you
get with File/Save to File.. in the windows
GUI.
Tis is done with diary filename in Matlab,
and you can state diary on and
diary off to control what is being saved to
the file.
Thanks
Agus
--
Dr. Agustin Lobo
Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
LLuis Sole Sabaris s/n
08028 Barcelona
Spain
Tel. 34 934095410
Fax. 34 934110012
email: Agustin.Lobo at ija.csic.es
http://www.ija.csic.es/gt/obster
2009 Mar 21
0
Solved: [Fwd: Matching failure in merge()]
...g.
Anyway, editing the second file (encoded as latin3)
with OpenOffice calc,
saving it as UTF-8 and reading it in R with encoding="UTF-8"
solved the problem
Agus
-------- Original Message --------
Subject: Matching failure in merge()
Date: Thu, 19 Mar 2009 20:04:48 +0100
From: Agustin Lobo <Agustin.Lobo at ija.csic.es>
Reply-To: Agustin.Lobo at ija.csic.es
To: r-help at r-project.org
Hi!
I've done a merging between 2 dataframes using merge():
delme <-
merge(miDUNS50peqB,Bnomscodmunicipis,by.x="POBLACION",by.y="NOMMUNI",all.x=T,sort=F)
After realiz...
2009 May 12
2
ubuntu problem with 'r-cran-robustbase' [FWD Agustin Lobo]
.../usr/lib/R/modules/
and liblapack.so from the 'lapack3' Debian/Ubuntu package
is simply in /usr/lib/libpack.so
Could it be that this is caused by an Ubuntu / Debian
mismatch?
Thank you in advance,
Martin Maechler, ETH Zurich
------- start of forwarded message -------
From: Agustin Lobo <aloboaleu at gmail.com>
To: "r-help at r-project.org" <r-help at r-project.org>
Subject: [R] robustbase: cannot install
Date: Mon, 11 May 2009 18:20:14 +0200
This is really odd,
I've installed the binary of robustbase through synaptic on an ubuntu
8.04 machine and get:...
2007 Jul 24
1
Renamig a factor
...oper way to rename a factor?
If I do:
test$Parc[test$Parc=="Ol?rdola"]<-"Ol?rdola"
R complains that
Warning message:
invalid factor level, NAs generated in: `[<-.factor`(`*tmp*`, test$Parc
== "Ol?rdola", value = "Ol?rdola")
Thanks
Agus
--
Dr. Agustin Lobo
Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
LLuis Sole Sabaris s/n
08028 Barcelona
Spain
Tel. 34 934095410
Fax. 34 934110012
email: Agustin.Lobo at ija.csic.es
http://www.ija.csic.es/gt/obster
2008 Apr 18
1
space between plots
I've set
layout(matrix(c(1,3,2,4),ncol=2))
and
par(mar=c(0, 4, 4, 0) + 0.0) and
par(mar=c(0, 0, 4, 3) + 0.0)
for the upper-left and upper-right plots, but
still get an space between both plots,
is there any way to completely eliminate that space?
Thanks
Agus
--
Dr. Agustin Lobo
Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
LLuis Sole Sabaris s/n
08028 Barcelona
Spain
Tel. 34 934095410
Fax. 34 934110012
email: Agustin.Lobo at ija.csic.es
http://www.ija.csic.es/gt/obster
2011 Aug 24
1
as.numeric() and POSIXct format
...mes a different origin, but cannot find
any default origin.
How can I get back the seconds from the POSIXct format? In other words, which
the inverse function of as.POSIXct()?
I've tried as.numeric and unclass() using a origin= argument, but this does not
work.
Thanks
Agus
--
Dr. Agustin Lobo
Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
LLuis Sole Sabaris s/n
08028 Barcelona
Spain
Tel. 34 934095410
Fax. 34 934110012
email: Agustin.Lobo at ija.csic.es
2011 Sep 16
1
cutree() and rect.hclust(): different labelling of classes
...e 4 classes but
class 1 according to cutree() is class 4 according to rect.hclust().
Would it be possible that future versions provide the same labeling?
rect.hclust() is useful to display the classes over the dendrogram but
the output from cutree() is often more handy.
Thanks
Agus
--
Dr. Agustin Lobo
Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
Lluis Sole Sabaris S/N
08028 Barcelona
Spain
Tel. +34 934095410
Fax. +34 934110012
email: Agustin.Lobo at ictja.csic.es
2013 Feb 28
1
query labels in iplot() (or other interactive scatterplot)
...nates
of a given point. Is it possible to check a text label for that point
as well? (i.e., the same info that would get printed on the graphic
using text(x,y, labels=v)
or with identify(x,y,labels), but I do not want to get the labels
permanently plotted on the graphic)
Thanks
--
--
Dr. Agustin Lobo
Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
Lluis Sole Sabaris s/n
08028 Barcelona
Spain
Tel. 34 934095410
Fax. 34 934110012
e-mail Agustin.Lobo at ictja.csic.es
https://sites.google.com/site/aloboaleu/
2008 May 21
2
Proportional axes
...length unit? For example, if
X ranges from 0 to 10 and Y ranges from 10 to 30, I want
Y axis to be twice as long as X axis. I know I can just
put xlim and ylim from 0 to 30, i.e.,
plot(runif(10,0,10),runif(10,10,30),xlim=c(0,30),ylim=c(0,30))
but this is a waste of space.
Thanks
--
Dr. Agustin Lobo
Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
LLuis Sole Sabaris s/n
08028 Barcelona
Spain
Tel. 34 934095410
Fax. 34 934110012
email: Agustin.Lobo at ija.csic.es
http://www.ija.csic.es/gt/obster
2011 Sep 27
2
Problem with zoo::window()
...: plot ... boxplot -> boxplot.default -> do.call -> bxp -> plot.window
why do I get the warning in window()? My command follows what is
mentioned in the manual:
R> window(z, start = as.Date("2005-02-15"), end = as.Date("2005-02-28"))
Thanks
Agus
--
Dr. Agustin Lobo
Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
Lluis Sole Sabaris S/N
08028 Barcelona
Spain
Tel. +34 934095410
Fax. +34 934110012
email: Agustin.Lobo at ictja.csic.es
2013 Apr 07
5
Duda con width y height. Resolución de pantalla
Buenas tardes:
Por favor, ¿alguien me puede explicar este comportamiento?.
Lanzo este código enun equipo con una pantalla de 21'''' y el resultado es correcto, tanto en la ventana gráfica como al guardar en pdf:
quartz(title="Ventada de prueba", width=8.27, height=11.69, dpi=85)
plot(1:10)
Sin embargo, lanzado en un equipo con pantalla de 15'''', la
2009 Sep 02
1
Problem at subsetting matrix by using dimnames
..."c"),c("b","c","b"))]
[1] NA NA NA NA NA NA
despite the fact that
> mitest["a","b"]
[1] 5
works fine.
How can I do the equivalent of
> mitest[cbind(c(1,2,3),c(2,3,2))]
using row and column names?
Thanks
Agus
--
Dr. Agustin Lobo
Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
LLuis Sole Sabaris s/n
08028 Barcelona
Spain
Tel. 34 934095410
Fax. 34 934110012
email: Agustin.Lobo at ija.csic.es
http://www.ija.csic.es/gt/obster
2011 May 27
0
Ruth Lobo del Olmo está ausente de la oficina.
Estar? ausente de la oficina desde el 27/05/2011 y no volver? hasta el
06/06/2011.
Atentamente.
**********************************************************************************************
IMPORTANT: The contents of this email and any attachments are confidential. They are intended for the
named recipient(s) only.
If you have received this email in error, please notify the system manager or