MarioniLab / MNN2017

Code for the MNN manuscript figures
51 stars 19 forks source link

Full file paths present in simulation script #1

Closed LTLA closed 6 years ago

LTLA commented 7 years ago

For example, FourPlots_easysim.R has a number of setwd commands that would prevent other people from running this code. If you want to write into a figs subdirectory, do something like:

dir.create("figs", showWarnings=FALSE)
png(file="figs/easy_unc.png", ...)
LTLA commented 6 years ago

Simulations scripts have been fixed.