rmapi_analysis.Rd
Perform RMAPI analysis.
rmapi_analysis( proj, eccentricity = 0.5, null_method = 1, n_perms = 100, n_breaks = 1, dist_breaks = NULL, empirical_tail = "both", min_intersections = 5, report_progress = TRUE )
proj | object of class |
---|---|
eccentricity | eccentricity of ellipses, defined as half the distance between foci divided by the semi-major axis. We can say \(e = sqrt{1 - b^2/a^2}\), where \(e\) is the eccentricity, \(a\) is the length of the semi-major axis, and \(b\) is the length of the semi-minor axis. Eccentricity ranges between 0 (perfect circle) and 1 (straight line between foci). |
null_method | what method to use for the null model:
|
n_perms | number of permutations to run when checking statistical significance. Set to 0 to skip this step. |
n_breaks | alternative to defining sequence of |
dist_breaks | vector of breaks that divide spatial distances into permutation groups. Defaults to the full spatial range of the data, i.e. all edges are included in permutation testing. |
empirical_tail | whether to do calculate empirical p-values using a
one-sided test ( |
min_intersections | minimum number of ellipses that must intersect a hex
for it to be included in the final map, otherwise |
report_progress | if |