fsl_tsplot: FSL Timeseries Plot using 'fsl_tsplot' (not 'tsplot')

Description Usage Arguments Value

View source: R/fsl_tsplot.R

Description

FSL Timeseries Plot using 'fsl_tsplot' (not 'tsplot')

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
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()

Arguments

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 fslcmd

Value

Name of PNG file


neuroconductor-devel-releases/fslr documentation built on May 6, 2020, 4:22 p.m.