Closed maelle closed 2 months ago
See how make_
works, and see the examples with modifiers. (That page can use some formatting improvements, #1417) The point is to be able to use modifiers to control the construction.
Thanks! I'll make (or make_
:joy: ) a proposal based on make_
whose See also section I am currently fixing.
There's a TODO for the details section of the
sample_()
manual page.However, it's unclear to me what exactly the arguments of
sample_()
are. Is it"One passes the name of a Random graph models (games) function (refer to the 'See also' section) without the
sample_
prefix, for instancesbm()
rather thansample_sbm()
. Arguments to the random graph model function are passed either inside the first argument, or as distinct arguments (refer to the examples).'"?I also wonder what the use case is for
sample_
as opposed to calling the random graph models functions directly?@szhorvat
Created on 2024-08-27 with reprex v2.1.0