A point pattern simulator R package for spatial cellular data
To install scSpatialSIM
, it is required to have devtools
or remotes
installed for their install_github()
function:
if (!require("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("FridleyLab/mIFsim@v0.1.3.4")
If you are interested in documentation and tutorials, please visit: https://fridleylab.github.io/scSpatialSIM/index.html
For source code, can click the GitHub icon in the upper right corner of the pkgdown
site or follow this link: https://github.com/FridleyLab/scSpatialSIM/