GeoMAPI_suggest_eccentricity | R Documentation |
TODO
GeoMAPI_suggest_eccentricity( project, target_coverage = 10, target_proportion = 0.9, n_iterations = 30, max_dist = Inf, silent = FALSE, pb_markdown = FALSE )
project |
a genescaper project, as produced by the
|
target_coverage, target_proportion |
eccentricity will be chosen such
that a proportion |
n_iterations |
the number of iterations to run of the binary search method. |
max_dist |
edges shorter than this length are discarded prior to assignment. Can be used to focus on short distance signals. |
silent |
if |
pb_markdown |
whether to run progress bars in markdown mode, in which case they are updated once at the end to avoid large amounts of output. |
TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.