severinsimmler / shylo

A Shiny GUI for Stylo

Home Page:https://severinsimmler.shinyapps.io/shylo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Shiny GUI for Stylo

This application builds on top of the R package stylo, and provides interactive visualizations of stylometric analyses.

UI

You can access Shylo without installation right from your browser following this link.

Requirements

To install the requirements, copy + paste the following lines into an R environment:

install.packages("shiny")
install.packages("stylo")
install.packages("explor")
install.packages("scatterD3")
install.packages("ggiraph")
install.packages("networkD3")

Getting Started

To start the application, cd to the folder app and run the file shylo.R:

$ Rscript shylo.R

About

A Shiny GUI for Stylo

https://severinsimmler.shinyapps.io/shylo/

License:MIT License


Languages

Language:R 85.9%Language:HTML 14.1%