Repository for the development version of the R Package fastFMM
. For more information, see the official fastFMM
Download the fastFMM
by running the following command within
install.packages("fastFMM", dependencies = TRUE)
Alternatively, the development version of the fastFMM
can be downloaded as follows:
library(devtools)
install_github("gloewing/fastFMM")
- For usage and a tutorial on package functions, please refer to fastFMM's Vignette.
- For more extensive examples, see the Photometry Analysis Guide
-
The 'R' folder contains the code of the package, including
fui.R
andplot_fui.R
. Theplot_fui.R
is still under development and has not been widely tested. -
The 'vignettes' folder contains a vignette which shows how to use different arguments of the
fui
function. This vignette can also be viewed in the link above (under Package Usage).
The example data set is available in the 'vignettes' folder under the name 'time_series.csv'.
See the README on the associated Github page photometry_FLMM
for instructions on using fastFMM
in Python through the Python packages rpy2
and fast_fmm_rpy2
.