comparison ggplot_point.xml @ 20:e4938be259a4 draft

Uploaded
author moheydarian
date Wed, 22 Feb 2017 13:55:38 -0500
parents 55262a99e520
children fed4e754376e
comparison
equal deleted inserted replaced
19:55262a99e520 20:e4938be259a4
1 <tool id="ggplot_point" name="Scatterplot w ggplot2" version="0.1.4"> 1 <tool id="ggplot_point" name="Scatterplot w ggplot2" version="0.1.5">
2 <requirements> 2 <requirements>
3 <requirement type="package">r-getopt</requirement> 3 <requirement type="package">r-getopt</requirement>
4 <requirement type="package">r-ggplot2</requirement> 4 <requirement type="package">r-ggplot2</requirement>
5 </requirements> 5 </requirements>
6 <stdio> 6 <stdio>
85 --houtputdim=7 85 --houtputdim=7
86 #end if 86 #end if
87 87
88 ]]></command> 88 ]]></command>
89 <inputs> 89 <inputs>
90 <param name="input1" type="data" format="tabular" label="Input (tabular format)" /> 90 <param name="input1" type="data" format="tabular" label="Dataset" label="Input (tabular format)" />
91 <param name="xplot" type="data_column" data_ref="input" numerical="True" label="Column to plot on x-axis" /> 91 <param name="xplot" type="data_column" data_ref="input" numerical="True" label="Column to plot on x-axis" />
92 <param name="yplot" type="data_column" data_ref="input" numerical="True" label="Column to plot on y-axis" /> 92 <param name="yplot" type="data_column" data_ref="input" numerical="True" label="Column to plot on y-axis" />
93 <param name="title" size="30" type="text" value="plot title" label="Title of plot" /> 93 <param name="title" size="30" type="text" value="plot title" label="Title of plot" />
94 <param name="xlab" size="30" type="text" value="title of x-axis" label="Label for x-axis"/> 94 <param name="xlab" size="30" type="text" value="title of x-axis" label="Label for x-axis"/>
95 <param name="ylab" size="30" type="text" value="title of y-axis" label="Label for y-axis"/> 95 <param name="ylab" size="30" type="text" value="title of y-axis" label="Label for y-axis"/>