exportPNG-GPR-method: Export GPR data as PNG file

exportPNG,GPR-methodR Documentation

Export GPR data as PNG file

Description

Export GPR data as black-and-white PNG file with pixel dimension equal to the sample dimension of the GPR data. There is the possibility to add white pixels to identify the fiducial markers on the PNG file.

Usage

## S4 method for signature 'GPR'
exportPNG(x, target = raw(), markers = NULL, ...)

Arguments

x

[GPR]

target

Either name of the file to write, a binary connection or a raw vector (see writePNG)

markers

[integer(n)] Pixel index set to white at marker position (e.g., markers = 1:5 to set the first 5 pixels white at marker position).

...

See additional arguments to be passed to writePNG)


emanuelhuber/RGPR documentation built on May 13, 2024, 9:31 p.m.