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.

16 results for “from:grond”

Missing Values
grond · Sep 13, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120913/94c5e23a/attachment.pl>

Missing Values
grond · Sep 13, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120913/953df57d/attachment.pl>

Missing Values
grond · Sep 13, 2012 · r-help

I am using bootstrap and cannot figure how to tell R to ignore missing values (NA) I tried this syntax and it did not work. The name of the file is banks the column two. bootmean(banks$two,na.rm...

geom_node_point color in ggraph
Wolfgang Grond · Apr 15, 2021 · r-help

Dear all, I'm joining differnts graphs to one with command graph_join from ggraph, and try to color the nodes depending on the subgraph they come from. To do that, I have these commands in my ggraph: #################################################### ... geom_node...

Reading PDF files with German umlauts using tabulizer
Wolfgang Grond · Sep 6, 2022 · r-help

Dear all, I have some trouble with reading PDF files in German language. I want to extract text and tables with the tabulizer package, and every things goes well as long as I read English texts. When I try the...

Assigning several lists to variables whose names are contained in other variables
Wolfgang Grond · Apr 9, 2021 · r-help

Dear all, I'm creating a list (which is a tbl_graph) by a function, and assign the result to a variable: subnet_MYSUBNET <- my_function(MYSUBNET) # MYSUBNET: a tbl_graph Because there are multiple subnets to create, I can...

Assigning several lists to variables whose names are contained in other variables
Wolfgang Grond · Apr 9, 2021 · r-help

Greg, here I get the error message: Error my_function(val) : cannot find function my_function. Am 9. April 2021 12:35:40 MESZ schrieb Greg Minshall <minshall at umich.edu>: >Wolfgang, > >> result <- assign(paste("subnet_",? val, sep = "") >> >> result <- my...

Interactive 3D Plot with non-numeric axis tick labels
Wolfgang Grond · Jan 9, 2023 · r-help

Dear all, What I want to create is an interactive 3D plot from a data frame like this: #: number TLD: Countrycode Date: date String: a label Because plot3d can only deal with numbers I converted Date to Year and TLD...

Identifying tidygraph subgraphs
Wolfgang Grond · Apr 5, 2021 · r-help

Dear all, imagine the following situation: I want to create a tidygraph consisting of several subgraphs like in this example: gr1 <- create_notable <https://rdrr.io/cran/tidygraph/man/create_graphs.html>('bull') %>% activate <https://rdrr.io/cran/tidygraph/man...

Assigning several lists to variables whose names are contained in other variables
Wolfgang Grond · Apr 9, 2021 · r-help

Dear Ivan, when I try your solution with lapply as below I get the following error message: Error in eval ... : object 'function' not found ( I think anything about my_function is meant). Am 9. April 2021 13:43:57 MESZ...

output from script
Wolfgang Grond · Oct 2, 2002 · r-help

Hi, perhaps the answer to my question is obvious and I didn?t find it because I?m new to R ... The problem is as follows: I read some data from file, do some commands which are well processed and...

geom_node_point color in ggraph
Wolfgang Grond · Apr 15, 2021 · r-help

Rui, thanks a lot, I'll try it this way. Best regards Wolfgang Am 15. April 2021 21:19:27 MESZ schrieb Rui Barradas <ruipbarradas at sapo.pt>: >Hello, > >To define the colors, remove the data set name from the...

Assigning several lists to variables whose names are contained in other variables
Wolfgang Grond · Apr 9, 2021 · r-help

Ivan, same situation when I try your list() solution: Error in eval ... : object 'function' not found ( I think anything about my_function is meant). Am 9. April 2021 13:43:57 MESZ schrieb Ivan Krylov <krylov.r00t at gmail.com...

Assigning several lists to variables whose names are contained in other variables
Wolfgang Grond · Apr 9, 2021 · r-help

David, I don't think that this is the case. When I do the calculation like this subnet_MYSUBNET <- my_function(MYSUBNET), i.e. assigning a variable by hand to each function result, all is fine. Am 9. April 2021...

Assigning several lists to variables whose names are contained in other variables
Wolfgang Grond · Apr 9, 2021 · r-help

Folks, first of all - thanks a lot for your hints! I will try each again and think about, why I get error messages. But to resume: if I understand you right: there is no way to do something like this...

Assigning several lists to variables whose names are contained in other variables
Wolfgang Grond · Apr 9, 2021 · r-help

As I wrote before, I calculate tbl_graph objects, which will be joined afterwards. Not too much, the number of graphs to calculate is in the range between 5 to 20. Further steps are not automated, because they depend on...

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