RemoveNAs: Process module: RemoveNAs

Description Usage Arguments Version Date submitted Data type Author(s) See Also

Description

Process module that removes data containing NAs. Remove either data with NAs in any column or only data with NAs in the response. As a number of model modules cannot handle NAs, this may be necessary.

Usage

1
RemoveNAs(.data, responseOnly = FALSE, ignore = NULL)

Arguments

.data

Internal parameter, do not use in the workflow function. .data is a list of a data frame and a raster object returned from occurrence modules and covariate modules respectively. .data is passed automatically in workflow from the occurrence and covariate modules to the process module(s) and should not be passed by the user.

responseOnly

Logical indicating whether to only remove rows with NAs in the response column.

ignore

Character vector of columns to ignore i.e. columns that can have NAs without being removed.

Version

1.0

Date submitted

2018-04-11

Data type

presence-only, presence/absence, abundance, proportion

Author(s)

ZOON Developers, zoonproject@gmail.com

See Also

Other process: AddRandomUniformPredictors, BackgroundAndCrossvalid, Background, Bootstrap, CarolinaWrenValidation, Clean, Crossvalidate, JitterOccurrence, LonLatToCovariates, MESSMask, NoProcess, OneHundredBackground, OneThousandBackground, PartitionDisc, StandardiseCov, SubsampleOccurrence, TargetGroupBackground, Transform, addInteraction, spThin


zoonproject/modules documentation built on May 4, 2019, 11:25 p.m.