f.plot.array: function to plot an array

View source: R/f.plot.array.R

f.plot.arrayR Documentation

function to plot an array

Description

function to plot an array

Usage

f.plot.array(
  data,
  id,
  hauteur,
  Zf,
  dist.bas,
  reconstruct = T,
  ylim.raster = 1.3,
  main = NULL,
  xlim = NULL,
  channel = NULL,
  ...
)

Arguments

data

an array, or a matrix

id

which row of the array to plot

hauteur

width of the plate to put correct hrf

Zf

Zf to put correct hrf

dist.bas

application distance to put correct hrf

reconstruct

option to reconstruct or not the image

ylim.raster

optin to control the width of the image to reconstruct

main

optionnal title

xlim

optionnal xlim to zoom in

channel

plot a single channel

...

Arguments to be passed to methods

Author(s)

Dimitri Fichou


DimitriF/quantlc documentation built on Sept. 14, 2023, 10:35 a.m.