ssdavenport / microsynth

Synthetic controls for micro-level data
16 stars 9 forks source link

plots displayed as output always have 3 rows #1

Closed ssdavenport closed 6 years ago

ssdavenport commented 6 years ago

This is not an issue when writing to file, where if sep = T then it plots as if par(mfrow=c(1, 2)). But when displaying plots as output, there is no way to not have 3 rows displayed per plotting window.

Setting par(mfrow=c(1,2)) before calling microsynth will do nothing, as the setting is overrided within the microsynth() call.