powered by
Function for plotting a symbolic object
# S3 method for sym.data.table plot(x, col = NA, matrix.form = NA, border = FALSE, size = 1, title = TRUE, show.type = FALSE, font.size = 1, reduce = FALSE, hist.angle.x = 60, ...)
The symbolic object.
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.
The font size of graphics.
A logical value indicating whether values different from zero should be plotted in modal and set graphics.
The angle of labels in y axis. Only for histogram plot
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