Skip to contents
loading...

The SciViews::R dialect is base R + tidyverse + a series of additional SciViews packages like data.io, svBase, svFlow, tabularise or chart.

Important functions

  • R() for loading the `SciViews::R`` packages,

  • pcomp() for a PCA analysis (unifying various methods),

  • correlation() to calculate and plot a correlation matrix,

  • panel_reg() and others to plot panels in pairs or coplot graphs,

  • panel_boxplot() and others for univariate panels in pairs plots.

  • rwb_colors() and others to generate color palettes.

  • enum() to enumerate items in a vector,

  • timing() to determine the time required to run an R expression,

  • nr() and co as convenient shorthand to columns and rows,

  • ln() and others for natural logarithm.