write.imlist: Write a list of 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.imlist(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
file <- system.file("extdata", "ground.zip", package = "surf")
surf <- read.zip(file)
write.imlist(surf)

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