Ask Your Question
3

What does the error "object '' not found" mean in the context of the ggraph function throwing an eval_tidy error with centrality as an argument?

asked 2023-01-10 11:00:00 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-08-07 03:00:00 +0000

plato gravatar image

The error "object not found" in the context of the ggraph function throwing an eval_tidy error with centrality as an argument typically means that the object specified within the function's argument, i.e. centrality, cannot be found in the environment or has not been properly defined. This could be due to a misspelling of the object's name or not loading the necessary library to create the centrality measure.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-01-10 11:00:00 +0000

Seen: 8 times

Last updated: Aug 07 '22