Skip to content

squidgroup/shinySim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shinySim

A Shiny GUI to the squidSim package

Installation

Currently the shinySim package is not on CRAN, but you can install the current version from GitHub using the devtools package. You will also need to have aleady installed the squidSim package:

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

Running shinySim

The only function in 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