Description Usage Arguments Examples
Returns a star graph with Long ID type, consisting of a central element indexed 0 (the root) and the n other leaf vertices 1, 2, ..., n.
1 | gf_star(sc, n)
|
sc |
A Spark connection. |
n |
The number of leaves. |
1 2 3 4 | ## Not run:
gf_star(sc, 5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.