Nothing
A functional data analysis package for spatial point pattern data.
To install, the devtools
or remotes
package is required for the install_github()
function:
#install devtools if not available
if (!require("devtools", quietly = TRUE))
install.packages("devtools")
#install from github
devtools::install_github("julia-wrobel/mxfda")
To install a specific release of mxfda
, use the devtools
syntax. This is an example for installing the first release of mxfda
:
devtools::install_github('julia-wrobel/mxfda@v0.2.2.1')
If interested in documentation and how-to's, please see http://juliawrobel.com/mxfda/
The raw code can be found on the GitHub page by clicking the GitHub symbol in the upper right of the pkgdown
site or at https://github.com/julia-wrobel/mxfda
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.