makeBorder {DASplusR}R Documentation

Make a Border object

Description

The function makeBorder converts a two dimensional list object into a border object by adding the class attribute 'bor'. makeBorder is executed by MakeBorderGUI.

Usage

makeBorder(listObject)

Author(s)

Moritz Gschwandtner, e0125439@student.tuwien.ac.at

Examples

data(KOLA95_border)
myBorder <- makeBorder(KOLA95_border)

[Package DASplusR version 1.0-1 Index]