Skip to content

squidgroup/shinySim

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

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages