Changelog
Source:NEWS.md
griddy 0.1.0
Initial CRAN release.
Workflow
-
classify_dynamics(),markov_dynamics(),spatial_markov(), andrank_mobility()accept longsfpanels keyed by explicitid,time, andvaluecolumns. -
transition_matrix(),steady_state(),class_intervals(), andlag_intervals()provide tidy access to results. -
plot_transition_matrix(),plot_spatial_markov(), andplot_rank_mobility()returnggplot2objects.
Spatial weights
-
spatial_markov()accepts ageometryargument: ansftibble with one row per spatial unit andnb/wtlist-columns produced bysfdep. This is the preferred input.listwandnbarguments remain accepted for compatibility with prior workflows and oracle comparisons.
Data
- Bundled
usjoin: 48 contiguous US state per-capita personal income, 1929–2009, mirroring PySAL’s reference dataset for spatial Markov examples.
Validation
- Static fixtures cross-checked against
estdaR::sp.mkv()andspdyn::spMarkov(). Optional live cross-checks run when those packages or PySALgiddyare installed.