viewGraphicInfo: shows graphics from image data frame

Description Usage Arguments Value Examples

View source: R/viewGraphicInfo.R

Description

shows graphics from image data frame

Usage

1
viewGraphicInfo(imgDataFrameLoc, isData, typeGraf)

Arguments

imgDataFrameLoc

: data.frame

isData

: numeric (data.frame column or field)

typeGraf

: numeric (graphic type)

Value

0 or graphic

Examples

1
2
3
4
5
vecNameFileImg <- c("Imagen", "Entropy", "Std deviation", "Width", "Height", "Channels", "Min value", "Max value")
imgDataFrameLoc <- data.frame(vecNameFileImg)
isData <- TRUE
typeGraf <- TRUE
viewGraphicInfo(imgDataFrameLoc, isData, typeGraf)

DanGit01/ToImagen documentation built on May 29, 2019, 1:51 a.m.