lucC_remove_columns: Remove columns of a data set

Description Usage Arguments Value Author(s) Examples

View source: R/lucC_treat_columns.R

Description

Remove columns from a data_mtx

Usage

1
lucC_remove_columns(data_mtx = NULL, name_columns = NULL)

Arguments

data_mtx

Matrix. A matrix with values obtained from predicates RECUR, EVOLVE, CONVERT or HOLDS

name_columns

Character. Name of columns to remove from data set

Value

Matrix with without selected columns

Author(s)

Adeline M. Maciel

Examples

1
2
3
4
5
6
7
## Not run: 

# remove columns
lucC_remove_columns (data_mtx = dataset, name_columns = "2001-09-01")


## End(Not run)

ammaciel/sits.LUC.Calculus documentation built on May 3, 2019, 9:36 p.m.