cleanSecondVar: Clean a second variable

Description Usage Arguments Author(s) Examples

View source: R/functions.r View source: R/cleanSecondVar.r

Description

It cleans a second variable giving another variable so the NA correspond row by row

Usage

1

Arguments

x

A character giving the name of the first variable

y

A charcter giving the name of the second variable for which we want values to be removed

data

The data frame

Author(s)

Georgios Xenakis

Examples

1
2
3
4
5
## Load the data
data(fluxes)

## Clean a second variable based on the first
fluxes<-cleanSecondVar(x="H",y="qc_H",data=fluxes)

Example output



FREddyPro documentation built on May 29, 2017, 7:22 p.m.