Displaying 4 results from an estimated 4 matches for "dappli".
Did you mean:
appli
2009 Jun 24
2
lapply across using multiple columns
Hi,
To set a simple an clear picture of what I'd like to do, here is an example.
I would like to calculate mean of column A and B bucketed by factor in
column X in a data.frame. lapply or aggregate operates on a single column. I
found dapply function in some package which doesn't seem to exist any more.
Is there anyway that I can accomplish something like this? Thank you so much
in
2017 May 18
4
PLOTEO DEL DATO MENSUAL DESDE EL ACUMULADO
Hola estimados:
He tratado de encontrar la mejor forma de automatizar un proceso de "datos mensuales de precipitación".
El tema es que tengo solo la serie acumulada anual de Pp. Por ende, busco una forma de plotear un gráfico, extrayendo "los datos mensuales desde el acumulado"
Ejemplo;
ene
feb
mar
abr
may
jun
jul
ago
sep
oct
nov
dic
1
5
8
10
20
30
50
80
2017 May 18
4
PLOTEO DEL DATO MENSUAL DESDE EL ACUMULADO
Interesante.
Cada uno de los valores de mi tabla tiene asociada una fecha.
Se le podría asignar un tipo de ?break? ,para que le ?diff? sea asociado a cada mes? Por ejemplo?
[Descripción: FIRMA3]
De: Carlos Ortega [mailto:cof en qualityexcellence.es]
Enviado el: jueves, 18 de mayo de 2017 12:35
Para: Javier Valdes Cantallopts (DGA)
CC: r-help-es en r-project.org
Asunto: Re: PLOTEO DEL DATO
2010 Feb 09
1
Aggregate dataframe variables, return more than 2 vars
Hello r-devel,
I have data.frame with 3 columns and I would like to group by 1 column(id),
find the max of the third column (date) and return the data for that max
date value along with the id and the value in the second column.
Example:
>dat <- data.frame(id = rep(1:3, 3), date = as.Date(rep(c("2005-08-25",
"2005-08-26", "2005-08-29"), each = 3)), decod =