PlotCor: Plot correlation between Ref and ToComp

Usage Arguments

View source: R/PlotCor.R

Usage

1
2
PlotCor(Ref, ToComp, U, RefT, ToCompT, Cond, V, VT, UnitCurr, RefTUnit,
  Sym.Main = "")

Arguments

Ref

Datas of reference system

ToComp

Datas of system to compare

U

"

\item

RefTName of reference system

\item

ToCompTName of system to compare

\item

CondMain title

\item

VCurrent Variable

\item

VTCurrent Variable Name

\item

UnitCurrUnit to use

\item

RefTUnitReference system Unit

\item

Sym.Main

Regression of ToComp onto Ref (ToComp = a + bRef) Plot of ToComp as a function of Ref Disp some informations on the plot (title, eq) V <- Variables [iVariables] VT <- VariablesNames [iVariables] U <- "%" RefT <- RefNameToRead ToCompT <- ToCompNameToRead UnitCurr <- VariablesUnit[iVariables] Ref <- subset(D, App == RefName)[,V] ToComp <- subset(D, App == ToCompName)[,V] Cond <- paste(ToCompT, "VS", RefT) RefTUnit <- "1"


gfaity/ReachStroke documentation built on May 26, 2019, 10:34 a.m.