Skip to content

Instantly share code, notes, and snippets.

View tomwallis's full-sized avatar

Tom Wallis tomwallis

View GitHub Profile
@tomwallis
tomwallis / sdt_animation.R
Created May 25, 2018 08:48
Functions to animate a multipanel plot of signal detection theory values in R
# plot and animate SDT measures (assuming Gaussian densities)
# Copyright Tom Wallis, 2018.
# Shared under a CC-BY license.
library(ggplot2)
library(latex2exp)
library(animation)
# See bottom for a demo of animation
@tomwallis
tomwallis / gist:456e01c2a959a9cd44f1
Created October 20, 2014 21:53
Command line call for outputting a markdown document to pdf using the Minion Pro font
# Adapted from http://gist.github.com/bsag/4197052#file-panda-rb
pandoc markdown_file.txt --variable mainfont='Minion Pro' --latex-engine=xelatex -o markdown_file.pdf