This package requires forrel
(available on CRAN) plus some other
packages to display the user interface. Installing packages from GitHub
requires the package devtools
which is available on CRAN and may be
installed with
install.packages("devtools")
Once you have devtools
you may install forrelgui
by pasting the
following into an R interactive session:
devtools::install_github("knifecake/forrelgui")
To launch the exclusion power graphical user interface import the
forrelgui
package and use the epGUI()
function like this:
library("forrelgui")
epGUI()
.Rdata
filesreadFam
epGUI
to open it directlyThis project is licensed under the MIT license. See the LICENSE
file
for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.