imgInfoData: gets the data from a raster image

Description Usage Arguments Value Examples

View source: R/imgInfoData.R

Description

gets the data from a raster image

Usage

1
2
imgInfoData(pathFile, nameFileImag01, viewHist = TRUE,
  viewDatArray = TRUE)

Arguments

pathFile

: string (path)

nameFileImag01

: string (name image file)

viewHist

: TRUE or FALSE (show histogram)

viewDatArray

: TRUE or FALSE (show show data.frame)

Value

vector of numbers

Examples

1
2
3
pathFile <- "C:/Images"
nameFileImag01 <- "ImgDataX.csv"
imgInfoData <- function(pathFile, nameFileImag01)

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