powered by
Function for plotting a symbolic data table
# S3 method for sym.data.table plot(x, col = NA, border = FALSE, size = 1, title = TRUE, show.type = FALSE, reduce = FALSE, ...)
The symbolic data table.
A specification for the default plotting color.
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.
Arguments to be passed to methods.
A plot of the symbolic data table.
# NOT RUN { data(oils) plot(oils) plot(oils,border = T,size = 1.3) # }
Run the code above in your browser using DataLab