Skip to content

docs: fix graph_from_adjacency_matrix() examples to avoid warnings#1302

Merged
aviator-app[bot] merged 1 commit intomainfrom
warning
Mar 22, 2024
Merged

docs: fix graph_from_adjacency_matrix() examples to avoid warnings#1302
aviator-app[bot] merged 1 commit intomainfrom
warning

Conversation

@maelle
Copy link
Copy Markdown
Contributor

@maelle maelle commented Mar 12, 2024

Fix #1290

@clpippel does this look good? Thanks a lot for your help!

@aviator-app
Copy link
Copy Markdown
Contributor

aviator-app bot commented Mar 12, 2024

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes.
Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This PR was merged using Aviator.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.

#' prob = c(0.9, 0.02, 0.02, 0.02, 0.02, 0.02)
#' ), ncol = 10)
#' g2 <- graph_from_adjacency_matrix(adjm, weighted = TRUE)
#' g1 <- sample(
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this to avoid naming the adjacency matrix!

@krlmlr krlmlr changed the title docs: fix graph_from_adjacency_matrix() examples to avoid warnings docs: fix graph_from_adjacency_matrix() examples to avoid warnings Mar 12, 2024
Copy link
Copy Markdown
Contributor

@krlmlr krlmlr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@aviator-app aviator-app bot merged commit b7de4f6 into main Mar 22, 2024
@aviator-app aviator-app bot deleted the warning branch March 22, 2024 11:29
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 23, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

warning in graph_from_adjacency_matrix() example

2 participants