Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shinySim

shiny app interface to squidSim

Installation

Currently the shinySim package is not on CRAN, but you can install the development version from GitHub using the devtools package:

    install.packages("devtools")
    devtools::install_github("squidgroup/shinySim")
    library(shinySim)

Running shinySim

The only function shinySim is shinySim(). This can be run without any arguments, or you can provide a data structure, e.g.

library(shinySim)
data_test <- squidSim::make_structure("sex(2)/individual(10)",repeat_obs=2,level_names=list(sex=c("F","M")))
shinySim(data.struc = data_test)

About

A Shiny app interface to squidSim package

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages