fmriu.plot.plot_graph: Graph plot

Description Usage Arguments Value Author(s)

Description

A function that plots a graph.

Usage

1
2
3
fmriu.plot.plot_graph(mtx, title = "", xlabel = "ROI", ylabel = "ROI",
  legend.name = "metric", legend.show = TRUE, itype = "sq",
  font.size = 12, include_diag = FALSE, limits = c(0, 1))

Arguments

mtx

[nroi, nroi] or [nt, nroi]: the input. Can either be a square matrix of featuresxfeatures, or a timeseries of observationsxfeatures (see itype parameter).

title="":

the title for the square plot.

xlabel="ROIs":

the x label for the square plot.

ylabel="ROIs":

the y label for the square plot.

legend.name="":

the legend title for the square plot.

legend.show=TRUE:

whether to show the legend on the plot.

itype="sq":

the shape of the input. If "sq", the plot will be generated as is for the input signal. If "ts", we will assume the input is observationsxfeatures, and will correlate the features first.

font.size=12:

the default font size for the plot text.

include_diag=FALSE:

whether to include the diagonal from the plot.

limits=c(0, 1):

the limits for the fill color in the heatmap of our matrix.

Value

sqplot : a plot of the graph.

Author(s)

Eric Bridgeford


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