Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 igraph 对象 (gr_muc) 上有这个调用,它改变了顶点的权重。
E(gr_muc)[edges_from]$weight <- E(gr_muc)[edges_from]$weight * 2 E(gr_muc)[edges_to]$weight <- E(gr_muc)[edges_to]$weight * 2
是否可以使用furrr或其他方式在多个内核上运行这些调用?这样的电话会是什么样子?先感谢您!BR。
furrr