This function gives the profile plot for contingency table objects created by table or xtabs or matrix.
plot_prof(
x,
Row = TRUE,
cex.names = 0.5,
xlab = "",
ylab = "Frequency",
cex = 1,
...
)
a table, xtabs or matrix object.
a logical value to indicate if profile plot is for Rows o Columns.
Expansion factor for axis names (bar labels).
a label for the x axis.
a label for the y axis, by default is Frequency.
a character expansion factor for legend.
arguments to be passed to methods, such as graphical parameters (see par).
plot_prof
function returns a profile plot.