Learn R Programming

oXim (version 1.0.1)

echogramPlot: Plot a matrix of a filtered echogram.

Description

This function uses an oxyclineData-class object and plot .

Usage

echogramPlot(echogramOutput, colEchogram = "colPalette", ...)

Arguments

echogramOutput
Object of class oxyclineData with internal echogram matrix to be plotted.
colEchogram
Pallete of colours to plot the echograms. If NULL (default) the system will use the same combination used on object colPallete.
...
Graphical parameters for image may also passed as arguments to this function.

Examples

Run this code
fileMode <- list(fish38_file   = system.file("extdata", "fish38.mat", package = "oXim"),
                 fluid120_file = system.file("extdata", "fluid120.mat", package = "oXim"),
                 blue38_file   = system.file("extdata", "blue38.mat", package = "oXim"))
echoData <- readEchograms(fileMode = fileMode)
echogramPlot(echoData$data$matrix_1$echogram)

Run the code above in your browser using DataLab