Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R: rename operators in V() and E() #22

Closed
gaborcsardi opened this issue Jan 14, 2015 · 1 comment
Closed

R: rename operators in V() and E() #22

gaborcsardi opened this issue Jan 14, 2015 · 1 comment
Assignees

Comments

@gaborcsardi
Copy link
Contributor

From @gaborcsardi on May 13, 2014 13:52

To avoid situations like this:

library(igraph)
g <- graph.ring(10)
nei <- 1:10
V(g)[ nei == 1 ]
# Error in nei == 1 : 
#   comparison (1) is possible only for atomic and list types

If they start with a dot, then this is much less likely to happen.

Copied from original issue: igraph/igraph#617

Copy link
Contributor

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant