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

View source: R/fsl_tsplot.R

fsl_tsplotR Documentation

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

Description

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

Usage

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 scientific 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


muschellij2/fslr documentation built on Aug. 31, 2022, 8:47 p.m.