report

InterCA dynamic report

Please find below an automatic report that has been produced according to your selections. According to your selections the following axis is produced

library(pander)
params$axis

According to your selection the following table is produced

library(pander)
params$axis_table[1]->df
df=data.frame(df)
colnames(df)=c("Interpretive coordinates")
df

Acoording to your selection the most contributing (important) points of your axis are:

library(tidyverse)
params$axis_table->df
df%>%filter(df>0)->right
df%>%filter(df<0)->left
cat(paste("Most contributing points on the left side of axis are:","\n"))
        cat(paste(rownames(left)))
cat(paste("Most contributing points on the right side of axis are:","\n"))
        cat(paste(rownames(right)))


Try the interca package in your browser

Any scripts or data that you put into this service are public.

interca documentation built on Jan. 23, 2023, 5:43 p.m.