Mercurial > repos > iuc > ggplot2_point
comparison ggplot_point.xml @ 5:82ece4599993 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit a2b0aa23d09e06fa6f81ce4f7987b144e91537d9
| author | iuc |
|---|---|
| date | Fri, 29 Mar 2019 12:02:29 -0400 |
| parents | 7b1528dd7398 |
| children | 465aa9ddde1b |
comparison
equal
deleted
inserted
replaced
| 4:7b1528dd7398 | 5:82ece4599993 |
|---|---|
| 31 ## choosing whether to plot data as multiple groups on one plot(factoring) OR multiple groups on different plots | 31 ## choosing whether to plot data as multiple groups on one plot(factoring) OR multiple groups on different plots |
| 32 #if $adv.factor.factoring == "Multiple" | 32 #if $adv.factor.factoring == "Multiple" |
| 33 gg_facet = facet_wrap( ~ factor) | 33 gg_facet = facet_wrap( ~ factor) |
| 34 gg_factor = NULL | 34 gg_factor = NULL |
| 35 color_scale = NULL | 35 color_scale = NULL |
| 36 #if $adv.points.pointoptions == "Default" | 36 #if $adv.points.pointoptions == "default" |
| 37 gg_point = geom_point(size=1, alpha=1, gg_factor) | 37 gg_point = geom_point(size=1, alpha=1, gg_factor) |
| 38 gg_line = geom_line(size=1, alpha=1, gg_factor) | 38 gg_line = geom_line(size=1, alpha=1, gg_factor) |
| 39 #else | 39 #else |
| 40 gg_point = geom_point(size='$adv.points.size', alpha='$adv.points.alpha', colour='$adv.points.pointcolor') | 40 gg_point = geom_point(size='$adv.points.size', alpha='$adv.points.alpha', colour='$adv.points.pointcolor') |
| 41 gg_line = geom_line(size='$adv.points.size', alpha='$adv.points.alpha', colour='$adv.points.pointcolor') | 41 gg_line = geom_line(size='$adv.points.size', alpha='$adv.points.alpha', colour='$adv.points.pointcolor') |
