Learn R Programming

briskaR (version 1.0.4)

brk_addFD: Functional DATA

Description

Add time series to sf objects

Usage

brk_addFD(sf, key, FUN, ...)

brk_addFD2(sf, keyConstraint, key, FUN, ...)

Arguments

sf

object of class sf. See sf for details.

key

the name of the new column, as strings or symbols

FUN

the function to be applied to each element of sf. In the case of functions like +, backquoted or quoted. See lapply functions for details.

optional arguments to FUN. See lapply functions for details.

keyConstraint

character string. The reference of the column to be checked

Value

A sf object with addition functional data feature (or feature dynamic).