tfiplot(x, tfi.formula = formula(x), method, clims = T, sig = 0.1, ...)
buffer.fac <- fac.aov(buffer.df)tfiplot(buffer.fac, ~pH:thimer+pH:gent) # two sets of interactions tfiplot(buffer.fac, ~thimer*pH+pH:gent) # same as above: '*' and ':' # are equivalent in this function tfiplot(buffer.fac, ~pH:thimer+pH:gent, sig=.05) # change sig level
tfiplot(buffer.fac, ~pH:thimer, sig=.05, method="ase") # one interaction tfiplot(buffer.fac, ~pH:thimer, clims=F) # do not plot confidence limits