demo/methods_echoData.R

# Set directories where the Echopen's outputs are located
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"))


# Read echograms (echoData object)
echoData <- readEchograms(fileMode = fileMode)

# Print method
print(echoData)

# Summary method
summaryEchodata <- summary(echoData)

# Print summary
print(summaryEchodata)

# Plot method
plot(echoData)

# echogramPlot method
echogramPlot(echoData)

Try the oXim package in your browser

Any scripts or data that you put into this service are public.

oXim documentation built on May 1, 2019, 8:20 p.m.