Skip to content

severinsimmler/shylo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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