fmriu.plot.plot_dataseries: Dataseries plot

Description Usage Arguments Value Author(s)

Description

A function that plots a dataseries, such as a time series or frequency series.

Usage

1
2
3
fmriu.plot.plot_dataseries(ds, xax = NaN, title = "", xlabel = "TRs",
  ylabel = "intensity", legend.title = "ROI", legend.show = FALSE,
  font.size = 12, line.alpha = 0.2, line.size = 1)

Arguments

ds:

[nt,nroi] the signal, containing an array of nt observations for nroi rois.

title="":

the title for the dataseries plot.

xlabel="TRs":

the x label for the dataseries plot.

ylabel="intensity":

the y label for the dataseries plot.

legend.title="ROIs":

the legend title for the dataseries plot.

legend.show=FALSE:

whether to show the legend for the dataseries plot.

font.size=10:

the default font size for the plot text.

line.alpha=.2:

the alpha for the lines.

line.size=1:

the width of the line.

Value

dsplot : a plot of the dataseries.

Author(s)

Eric Bridgeford


neurodata/fmriutils documentation built on May 14, 2019, 2:30 p.m.