write.cimg: Write standard surface '.txt' file

Description Usage Arguments Examples

Description

This function reads a standard '.txt' file and converts it into a cimg object

Usage

1
write.cimg(x, file = "data")

Arguments

x

a cimg or a imlist object.

file

A string withe the name of the file to be writen

Examples

1
2
3
4
file <- system.file("extdata", "ground.txt", package = "surf")
surf <- read.surf(file)
surf <- surf + 1
write.cimg(surf)

coldfir3/surf documentation built on May 13, 2019, 8:49 p.m.