Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard authored Jan 25, 2017
1 parent 4a4829a commit 8f23e21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notebooks/consort_diagram/plot_consort_diagram.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ box_x <- c(0.20, 0.25, 0.25, 0.25, 0.25, 0.20)
box_y <- c(0.07, 0.07, 0.07, 0.07, 0.07, 0.07)
# Draw the arrows
leftlinepos = box_pos[1,1]
straightarrow(from = c(box_pos[1,1],box_pos[2,2]), to = box_pos[2,], lwd = 1)
straightarrow(from = c(box_pos[1,1],box_pos[3,2]), to = box_pos[3,], lwd = 1)
straightarrow(from = c(box_pos[1,1],box_pos[4,2]), to = box_pos[4,], lwd = 1)
Expand Down

0 comments on commit 8f23e21

Please sign in to comment.