noSuggests
from CRAN. Much minuscule tasks for the overlords.boot
which needs extra work to calculate the p-valueactivate()
is now exported as a generic method to no longer conflict with tidygraphst_as_graph()
now creates undirected graphsnode_get_nbs()
: converts the node adjacency list to a neighbor listnode_get_edge_list()
: creates an edge adjacency list used to get edge attribute columnsnode_get_edge_col()
: uses the edge list to get edge attributes and turn them into a weight like listspatial_gini()
is a new global measureeuclidean_median()
is added for identifying the euclidean median of points for point pattern analysis. pracma::geo_median()
pracma
is now added as a suggested packagecenter_mean()
and center_median()
are added for point pattern analysistally_jc()
returns join count matrix via spdep::joincount.multi()
as a data.frame objectst_complete_nb()
creates a complete graph of neighbors nb_union()
, nb_intersect()
, nb_setdiff()
st_block_nb()
is introduced to create neighbor contiguity based on spatial regimescritical_threshold()
gains argument k
to identify minimum number of neighbors when calculating thresholdpct_nonzero()
calculates the percent of non-zero neighborsszero()
to calculate the global sum of weightsnb_as_matrix()
and wt_as_matrix()
convert neighbor and weights lists to matricesinclude_self()
based on spdep::include.self()
and new remove_self()
which is available separately in spdep due to issue 83 as spdep::remove.self()
. local_g_perm()
returns correct G statistic. Previously returned only the internal measure. local_gstar()
and local_gstar_perm()
do not warn when self.included = TRUE
emerging_hotspot_analysis()
implements emerging hotspot analysis with spacetime objectsspacetime
class for linking spatio-temporal data and geometryglobal_colocation()
for global colocation of one categorical variablepairwise_colocation()
for asymmetric colocation of subcategories of one or two categorieslocal_colocation()
for local CLQ measurest_kernel_weights()
now returns an attribute kernel
which is set to the value of the kernel argumentcond_permute_nb()
specifies SIMPLIFY = FALSE
in internal mapply()
call which was causing errors in creating conditionally permuted neighbor listsAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.