Skip to content

shiny app interface to squidSim

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

squidgroup/shinySim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 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

shiny app interface to squidSim

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages