plot.fit_result: Plot the fitting results of an object of class 'fit_result'.

Description Usage Arguments

View source: R/fit_display.R

Description

Plot the fitting results of an object of class fit_result.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
## S3 method for class 'fit_result'
plot(
  x,
  dyn = 1,
  x_pos = 1,
  y_pos = 1,
  z_pos = 1,
  coil = 1,
  xlim = NULL,
  data_only = FALSE,
  label = NULL,
  plot_sigs = NULL,
  n = NULL,
  sub_bl = FALSE,
  mar = NULL,
  restore_def_par = TRUE,
  ylim = NULL,
  y_scale = FALSE,
  ...
)

Arguments

x

fit_result object.

dyn

the dynamic index to plot.

x_pos

the x index to plot.

y_pos

the y index to plot.

z_pos

the z index to plot.

coil

the coil element number to plot.

xlim

the range of values to display on the x-axis, eg xlim = c(4,1).

data_only

display only the processed data (logical).

label

character string to add to the top left of the plot window.

plot_sigs

a character vector of signal names to add to the plot.

n

single index element to plot (overrides other indices when given).

sub_bl

subtract the baseline from the data and fit (logical).

mar

option to adjust the plot margins. See ?par.

restore_def_par

restore default plotting par values after the plot has been made.

ylim

range of values to display on the y-axis, eg ylim = c(0,10).

y_scale

option to display the y-axis values (logical).

...

further arguments to plot method.


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