FSL Timeseries Plot using `fsl_tsplot` (not `tsplot`)
fsl_tsplot(
infile,
outfile = tempfile(fileext = ".png"),
plot_title = NULL,
legend = NULL,
labels = NULL,
ymin = NULL,
ymax = NULL,
xlabel = NULL,
ylabel = NULL,
height = NULL,
width = NULL,
precision = NULL,
unit = NULL,
scientific_notation = FALSE,
start_position = NULL,
end_position = NULL,
...
)
fsl_tsplot.help()| infile | comma-separated list of input file names (ASCII text matrix, one column per timecourse) |
|---|---|
| outfile | output filename for the PNG file |
| plot_title | plot title |
| legend | file name of ASCII text file, one row per legend entry |
| labels | comma-separated list of labels |
| ymin | minimum y-value |
| ymax | maximum y-value |
| xlabel | X-axis label |
| ylabel | Y-axis label |
| height | plot height in pixels (default 150) |
| width | plot width in pixels (default 600) |
| precision | precision of x-axis labels |
| unit | scaling units for x-axis (default 1...length of infile) |
| scientific_notation | switch on sientific notation |
| start_position | Position of first column to plot |
| end_position | Position of final column to plot |
| ... | additional options to pass to |
Name of PNG file