Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

24 results for “from:Luisfo”

[R-es] igraph V a partir de E y subgrafos
Luisfo · Sep 7, 2016 · r-help-es

Estimado Javier, Te respondo a esto rápidamente. Pienso como tú, que el resultado de /subgraph.edges/ e /induced.subgraph/ debería ser el mismo. No se me ocurre ahora mismo ningún caso donde no sea así. Sin embargo,/subgraph...

Using apply on a three dimensional matrix and passing multiple arguments to user defined function
Luisfo · Sep 7, 2016 · r-help

Hi, Jean's example with lapply works fine. However, if you still want to use apply, I think this works. One observation first. You were passing c(1,2) as second argument to apply, in your code. And that is...

[R-es] Juntar dos data.frames eliminando celdas con NA
Luisfo · Mar 1, 2016 · r-help-es

Buenas Ruben, Para el paso 3, lo que necesitas es mover los NAs al final (a la derecha). #funcion push_nas: mueve los NA's al final del vector/fila (a la derecha) push_nas <- function(vector){ nas.bool <- is...

[R-es] combinar listas en una sublista
Luisfo · Apr 1, 2016 · r-help-es

Buenas Fernando, prueba a ver si te funciona lo siguiente: mapply(list, a, b) ó en tu caso con los 3 elementos que mencionas: mapply(list, lst.df1, lst.df2, lst.factor) Creo que eso da el efecto que buscas...

Can't find what you're looking for? Try searching with Google .