update.Tracker | R Documentation |
Typically because results are insufficiently precise.
## S3 method for class 'Tracker'
update(object, ..., epsilon, max_visits)
object |
The |
... |
Ignored. Passing arguments to |
epsilon |
Desired accuracy of approximation. For Twitter graphs, we recommend testing your code with Anytime you would like to explore more of the graph, you can simply
decrease Also note that runtime is proportional to |
max_visits |
Maximum number of unique nodes to visit. Should be a
positive integer. Defaults to |
At the moment, only supports changing epsilon
. If there is interest,
we can consider allowing updates to tau
, alpha
and seeds
in the
future.
A new Tracker
object with a new value of epsilon
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.