Skip to content

Commit

Permalink
Fix in bland-altman-plot doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrrr committed Mar 21, 2014
1 parent cf75527 commit 2821ba9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/incanter-charts/src/incanter/charts.clj
Expand Up @@ -3312,7 +3312,8 @@
(view (bland-altman-plot x1 x2))
(with-data (get-dataset :flow-meter)
(view (bland-altman-plot \"Wright 1st PEFR\" \"Mini Wright 1st PEFR\")))
(view (bland-altman-plot (keyword \"Wright 1st PEFR\")
(keyword \"Mini Wright 1st PEFR\"))))
Expand Down

0 comments on commit 2821ba9

Please sign in to comment.