@@ -27,46 +27,46 @@ The goal of this package is to simplify plotting in R. This includes improving t
2727</colgroup >
2828<thead >
2929<tr class =" header " >
30- <th align = " left " >Feature</th >
31- <th align = " left " >Description</th >
30+ <th >Feature</th >
31+ <th >Description</th >
3232</tr >
3333</thead >
3434<tbody >
3535<tr class =" odd " >
36- <td align = " left " ><a href =" #pipes " >Piping and plots as objects</a ></td >
37- <td align = " left " >Easily add features to your plot.</td >
36+ <td ><a href =" #pipes " >Piping and plots as objects</a ></td >
37+ <td >Easily add features to your plot.</td >
3838</tr >
3939<tr class =" even " >
40- <td align = " left " ><a href =" #legend " >Automatic legend</a ></td >
41- <td align = " left " >For each plot feature, a corresponding legend name can be specified. Eliminates the need to duplicate <code >par</code > arguments.</td >
40+ <td ><a href =" #legend " >Automatic legend</a ></td >
41+ <td >For each plot feature, a corresponding legend name can be specified. Eliminates the need to duplicate <code >par</code > arguments.</td >
4242</tr >
4343<tr class =" odd " >
44- <td align = " left " ><a href =" #limits " >Automatic limits</a ></td >
45- <td align = " left " >Automatically regenerate limits of plot when new features are added.</td >
44+ <td ><a href =" #limits " >Automatic limits</a ></td >
45+ <td >Automatically regenerate limits of plot when new features are added.</td >
4646</tr >
4747<tr class =" even " >
48- <td align = " left " ><a href =" #error " >Error bars</a ></td >
49- <td align = " left " >Apply error bars to points by specifying the upper and lower offsets.</td >
48+ <td ><a href =" #error " >Error bars</a ></td >
49+ <td >Apply error bars to points by specifying the upper and lower offsets.</td >
5050</tr >
5151<tr class =" odd " >
52- <td align = " left " ><a href =" #callouts " >Callouts</a ></td >
53- <td align = " left " >Add a line and label in one call.</td >
52+ <td ><a href =" #callouts " >Callouts</a ></td >
53+ <td >Add a line and label in one call.</td >
5454</tr >
5555<tr class =" even " >
56- <td align = " left " ><a href =" #reverse " >Axes reversal</a ></td >
57- <td align = " left " >Reverse the axis by specifying one argument to <code >axis()</code >.</td >
56+ <td ><a href =" #reverse " >Axes reversal</a ></td >
57+ <td >Reverse the axis by specifying one argument to <code >axis()</code >.</td >
5858</tr >
5959<tr class =" odd " >
60- <td align = " left " ><a href =" #embed " >Embedded functions</a ></td >
61- <td align = " left " >Add extra plot features within a points call (no duplication of x/y values)</td >
60+ <td ><a href =" #embed " >Embedded functions</a ></td >
61+ <td >Add extra plot features within a points call (no duplication of x/y values)</td >
6262</tr >
6363<tr class =" even " >
64- <td align = " left " ><a href =" #where " >Change rendering order</a ></td >
65- <td align = " left " >Manipulate what order plot features are rendered by specifying the argument <code >where</code ></td >
64+ <td ><a href =" #where " >Change rendering order</a ></td >
65+ <td >Manipulate what order plot features are rendered by specifying the argument <code >where</code ></td >
6666</tr >
6767<tr class =" odd " >
68- <td align = " left " ><a href =" #base " >Compatibility with base</a ></td >
69- <td align = " left " >Can start a plot using <code >gsplot</code >, and add base R features afterwards.</td >
68+ <td ><a href =" #base " >Compatibility with base</a ></td >
69+ <td >Can start a plot using <code >gsplot</code >, and add base R features afterwards.</td >
7070</tr >
7171</tbody >
7272</table >
0 commit comments