When I install the package install.packages("igraph") on R Studio and run library(igraph)
The following objects are masked from "package:stats"
decompose, spectrum
The following object is masked from "package:base":
union
How do I make them visible? Thank you for your help