Displaying 20 results from an estimated 41 matches for "sanabria".
2006 Jan 17
2
Calculation of daily max
...as VDATE).
I want an array with 2 columns: Max daily wind speed and
corresponding day.
Has anyone got an elegant way of doing that?
(My background is in C++ I would tend to use loops
but that is not very elegant in R, isn't it?)
Augusto
--------------------------------------------
Augusto Sanabria. MSc, PhD.
Mathematical Modeller
Risk Research Group
Geospatial & Earth Monitoring Division
Geoscience Australia (www.ga.gov.au)
Cnr. Jerrabomberra Av. & Hindmarsh Dr.
Symonston ACT 2609
Ph. (02) 6249-9155
2013 Feb 28
2
Ayuda con función tapply
...s:
UNO <- subset (datos, CRIH2008 == "VERDADERO")
dim (UNO)
Abund2008 <- tapply (UNO$Cons, list(UNO$Site, UNO$Trat), length, na.rm=T)
Y obtengo este error:
Error en FUN(X[[1L]], ...) :
2 arguments passed to ''length'' which requires 1
----
*Angela Andrea Camargo Sanabria*
Estudiante Doctorado en Ciencias Biológicas
Laboratorio de Ecología de poblaciones y comunidades tropicales
Centro de Investigaciones en Ecosistemas (CIEco)
UNAM, campus Morelia
Antigua Carretera a Pátzcuaro # 8701
Col. Ex-Hacienda de San José de la Huerta, CP 58190
Morelia, Michoacán, México
Tel....
2014 Aug 25
5
problema con campos que tienen formato fecha
...Javier,
Muchas gracias por responder tan rápido!
Yo trabajo en Mac OS X 10.9.4.
Versión 0.98.953 de RStudio.
Versión 3.0.2 (2013-09-25) de R.
##
Este es el script que estoy trabajando. Se trata de una rutina para
automatizar el cálculo de la duración del evento.
setwd("/Users/angelacamargosanabria/Documents/ANGELITA/1-DOC/1-TESIS/4-PAPERS/1-Mamiferos/DATOS/Bases")
BASE <- read.table("Todos2014.txt", header = TRUE, sep = "\t")
#attach (BASE)
dim (BASE)
#library (lubridate)
#convertir a formato de fecha y hora
BASE <- cbind (BASE, (dmy_hms(paste(BASE$Date,BASE...
2011 Mar 23
2
información sobre símbolos
Buenos días a todos,
Una pregunta muy sencilla, podrían por favor informarme dónde puedo conocer
el significado de símbolos como $, %, == que se utilizan frecuentemente en
R?
Gracias,
Angela C.
----
*Angela Andrea Camargo Sanabria*
Estudiante Doctorado en Ciencias Biológicas
Laboratorio de Ecología de poblaciones y comunidades tropicales
Centro de Investigaciones en Ecosistemas (CIEco)
UNAM, campus Morelia
Antigua Carretera a Pátzcuaro # 8701
Col. Ex-Hacienda de San José de la Huerta, CP 58190
Morelia, Michoacán, México
Tel....
2006 Feb 02
3
15-min mean values
...#39;in 15-min intervals' using
vector VDATE? The length of VDATE cannot be
changed, otherwise it would be a trivial problem
because I can generate a 15-min spaced vector
using 'seq'.
Am I missing something?
Thanks a lot,
Augusto
--------------------------------------------
Augusto Sanabria. MSc, PhD.
Mathematical Modeller
Risk Research Group
Geospatial & Earth Monitoring Division
Geoscience Australia (www.ga.gov.au)
Cnr. Jerrabomberra Av. & Hindmarsh Dr.
Symonston ACT 2609
Ph. (02) 6249-9155
2016 Sep 07
3
tips para curso introductorio de R
...los chicos al salir de mi curso básicamente "no le tengan miedo a este
lenguaje de programación". Yo trabajo con RStudio (al igual que la mayoría
de mi lab), así que utilizaré esta interfaz con ellos también.
Saludos,
----------------------------------------------
*Angela Andrea Camargo Sanabria*
Becaria Postdoctoral
Laboratorio de Análisis para la Conservación de la Biodiversidad
Instituto de Investigaciones sobre los Recursos Naturales (INIRENA)
Universidad Michoacana de San Nicolás de Hidalgo (UMSNH)
skype: angela.camargo26
2016-09-07 5:14 GMT-06:00 Francisco Rodriguez Sanchez <
f....
2013 Feb 11
2
Alguien ha usado R para calcular curvas de rarefacción de especies en análisis de diversidad?
Quisiera intercambiar ideas con aquellos que lo hayan utilizado.
Muchas gracias y bonito día!
----
*Angela Andrea Camargo Sanabria*
Estudiante Doctorado en Ciencias Biológicas
Laboratorio de Ecología de poblaciones y comunidades tropicales
Centro de Investigaciones en Ecosistemas (CIEco)
UNAM, campus Morelia
Antigua Carretera a Pátzcuaro # 8701
Col. Ex-Hacienda de San José de la Huerta, CP 58190
Morelia, Michoacán, México
Tel....
2012 Jun 06
2
pregunta sobre libro de Legendre
Hola a todos,
Por casualidad alguno que tenga el libro de Legendre de Numerical Ecology
with R sabe dónde o cómo bajar los data sets que se mencionan para seguir
los ejemplos?
Muchas gracias por su ayuda!
----
*Angela Andrea Camargo Sanabria*
Estudiante Doctorado en Ciencias Biológicas
Laboratorio de Ecología de poblaciones y comunidades tropicales
Centro de Investigaciones en Ecosistemas (CIEco)
UNAM, campus Morelia
Antigua Carretera a Pátzcuaro # 8701
Col. Ex-Hacienda de San José de la Huerta, CP 58190
Morelia, Michoacán, México
Tel....
2006 Jan 13
3
Saving a plot in R-LINUX
...e a plot produced by
R in a LINUX (Debian) machine?
The window opened by R to put the plot in,
does not give any option to save it (there
are options to move, close, minimise it, etc.
but not to save it). How do you do that?
Thanks,
Augusto
--------------------------------------------
Augusto Sanabria. MSc, PhD.
Mathematical Modeller
Risk Research Group
Geospatial & Earth Monitoring Division
Geoscience Australia (www.ga.gov.au)
Cnr. Jerrabomberra Av. & Hindmarsh Dr.
Symonston ACT 2609
Ph. (02) 6249-9155
2012 Dec 14
2
una programación sencilla
...o D hierba
LF <- character ()
for (i in 1:dim(datos2)[1]){
Sp <- as.vector(datos2 [i,2])
Sp2 <- which ((datos[,4]) == Sp)
#print (Sp2)
if (length (Sp2) > 0) LF [i] <- (as.character(datos [(as.numeric(Sp2)),
5])) else LF [i] <- "NA"
}
----
*Angela Andrea Camargo Sanabria*
Estudiante Doctorado en Ciencias Biológicas
Laboratorio de Ecología de poblaciones y comunidades tropicales
Centro de Investigaciones en Ecosistemas (CIEco)
UNAM, campus Morelia
Antigua Carretera a Pátzcuaro # 8701
Col. Ex-Hacienda de San José de la Huerta, CP 58190
Morelia, Michoacán, México
Tel....
2007 Feb 23
2
Extracting a subset from a dataframe
...wD:
dates ws wc pwc
2005-10-19:12:00 10.8 80 81
2005-10-20:12:00 12.3 5 15
2005-10-21:15:00 12.3 3 15
2005-10-23:12:00 12.3 13 2
2005-10-24:15:00 10.3 2 95
Thanks for any help you can provide,
Augusto
--------------------------------------------
Augusto Sanabria. MSc, PhD.
Mathematical Modeller
Risk Research Group
Geospatial & Earth Monitoring Division
Geoscience Australia (www.ga.gov.au)
Cnr. Jerrabomberra Av. & Hindmarsh Dr.
Symonston ACT 2601
Ph. (02) 6249-9155
2014 Aug 25
2
problema con campos que tienen formato fecha
...vo evento. Pero creo que esto último lo puedo
arreglar si aplico de vuelta la función as.POSIXct(BASEFINAL[,5],
origin="1970-01-01").
No sé si sea algo tan tonto como que no pueda usar un data frame para
guardar mi base final. Agradezco su ayuda!!!
Saludos,
----
*Angela Andrea Camargo Sanabria*
Estudiante Doctorado en Ciencias Biológicas
Laboratorio de Ecología de poblaciones y comunidades tropicales
Centro de Investigaciones en Ecosistemas (CIEco)
UNAM, campus Morelia
Antigua Carretera a Pátzcuaro # 8701
Col. Ex-Hacienda de San José de la Huerta, CP 58190
Morelia, Michoacán, México
Tel....
2006 Jun 30
1
Empirical CDF
...|ecdf(ws) - GCh_ser(ws)|
The problem is, I cannot get the F(x) values from the
ecdf.
'Summary(ecdf())' returns some of the x-axis values,
but how do you get the F(x) values?
Thank you for any help you can provide.
Regards,
Augusto
--------------------------------------------
Augusto Sanabria. MSc, PhD.
Mathematical Modeller
Risk Research Group
Geospatial & Earth Monitoring Division
Geoscience Australia (www.ga.gov.au)
Cnr. Jerrabomberra Av. & Hindmarsh Dr.
Symonston ACT 2609
Ph. (02) 6249-9155
2006 Jan 10
1
Interfacing with user in R
...e any way to ask the user
to enter a string within an R process, say a filename,
make R to recognise it and open the given file?
It is a simple exercise in other languages.
I am using R2.1.1 in a LINUX machine.
Thanks for your help.
Augusto
--------------------------------------------
Augusto Sanabria. MSc, PhD.
Mathematical Modeller
Risk Research Group
Geospatial & Earth Monitoring Division
Geoscience Australia (www.ga.gov.au)
Cnr. Jerrabomberra Av. & Hindmarsh Dr.
Symonston ACT 2609
Ph. (02) 6249-9155
2006 Feb 22
1
Gram-Charlier series
...ntral moments, or
3) Transform 'n' moments to 'n' cumulants
4) Calculate a number of Hermite polynomials
Are there R-functions to do any of the above?
(mean, sd and cum3 are very limited)
Thank you for your help,
Augusto
--------------------------------------------
Augusto Sanabria. MSc, PhD.
Mathematical Modeller
Risk Research Group
Geospatial & Earth Monitoring Division
Geoscience Australia (www.ga.gov.au)
Cnr. Jerrabomberra Av. & Hindmarsh Dr.
Symonston ACT 2609
Ph. (02) 6249-9155
2005 Mar 09
2
Privileges problem
Hi!!!
I'm trying to implement a SUS server (local windows update)
I-ve already solved my problem to modify registry in order to establish
windows update configuration.
Now i've a quiestion all my client logon my samba PDC enusing a
netconfig.pol isend all configuration everithing works ok. But i've a
trouble, my users don't have privileges to install anything and i don't
2008 Aug 26
1
no output when run densityplot...
Hi,
I have downloaded a R script from
http://www.wessa.net/rwasp_edauni.wasp#output.
This script produces a densityplot graphic, amongst others, when is
executed from the web page.
However, when I run it in my machine the *densityplot* function produces
any output, I mean a blank graphic.
But, it's interesting if I run the following lines in the R interactive
console:
> y <-
2008 Aug 26
2
awkward behavior with densityplot function
Hi,
I have the following script:
---- t.R ---
grafica <- function() {
v <- read.csv('preprocessed/komolongma.ece.uprm.edu.active',sep=',')
x <- as.ts(v$active)
bitmap(file="output.png")
densityplot(~x,col='blue',main='Density Plot')
dev.off()
}
grafica()
---- t.R ---
When I "sourced" it from R prompt, it quietly runs.
2006 Nov 28
3
ML fit of gamma distribution to grouped data
Hello,
we have a set of biological cell-size data, which are only available as
frequencies of discrete size classes, because of the high effort of
manual microscopic measurements.
The lengths are approximately gamma distributed, however the shape of
the distribution is relatively variable between different samples (maybe
it's a mixture in reality).
Is there any ML fitting (or
2008 Jan 04
4
Help with custom class.
Here is my class
class puppetconf {
file { "/etc/puppet/puppetd.conf":
mode => 644,
owner => root,
group => root,
source => "puppet://puppet/cci/etc/puppet/puppetd.conf",
notify => exec[puppet_restart]
}
file { "/etc/init.d/puppet":
mode => 755,
owner => root,
group => root,