util_app_loess: utility function for applicability of LOESS smoothed time...

View source: R/util_app_loess.R

util_app_loessR Documentation

utility function for applicability of LOESS smoothed time course plots

Description

Test for applicability of LOESS smoothed time course plots

Usage

util_app_loess(x, dta)

Arguments

x

data.frame metadata

dta

logical vector, 1=matching data type, 0 = non-matching data type

Value

factor 0-3 for each variable in metadata

  • 0 data type mismatch and not applicable

  • 1 data type mismatches but applicable

  • 2 data type matches but not applicable

  • 3 data type matches and applicable

  • 4 not applicable because of not suitable data type


dataquieR documentation built on July 26, 2023, 6:10 p.m.