demofastcmh {fastcmh} | R Documentation |
Demo of fastcmh
Description
This function runs a demo for fastcmh, by first creating a sample data set and then running fastcmh on this data set.
Usage
demofastcmh(saveToFolder = FALSE, folder = NULL)
Arguments
saveToFolder |
A flag indicating whether or not the data files created
for the demo should be saved to file. The default is |
folder |
The folder in which the data for the demo will be saved.
Default is the current directory, |
Details
This function will first create a sample data set in folder/data
,
and will then run runfastcmh
on this data set, before saving the
each step showing the R code that can be used to do the step, then running
that R code, and then waiting for the user to press enter before moving
onto the next step. If saveToFolder=FALSE
, (default) then no files
are saved and all the results are kept in memory.
See Also
Examples
demofastcmh()