powered by
Function for plotting one row or one column from the symbolic data table
sym.row.plot(data, col = NA, matrix.form = NA, border = FALSE, size = 1, title = TRUE, show.type = FALSE, reduce = FALSE)
The row of the symbolic data table.
A specification for the default plotting color.
A vector of the form c(num.rows,num.columns)
A logical value indicating whether border should be plotted.
The magnification to be used for each graphic.
A logical value indicating whether title should be plotted.
A logical value indicating whether type should be plotted.
A logical value indicating whether values different from zero should be plotted in modal and set graphics.
A plot of one row from symbolic data table.
# NOT RUN { data(oils) sym.row.plot(oils[3,]) sym.row.plot(oils[3,],matrix.form = c(2,2),border=TRUE) # }
Run the code above in your browser using DataLab