Skip to contents

Returns a Region with updated FeatureInfo

Usage

addFeatureInfo(object, new.data, col.names = NULL, overwrite = TRUE)

Arguments

object

A Region object

new.data

A vector or data frame to add to FeatureInfo

col.names

If not a data.frame, the names of the new data.

overwrite

Whether or not to overwrite existing column names

Scroll to top