ggplot {ggplot} | .NET clr documentation |
graphics drawing engine of the ggplot library
ggplot is a chart Plot
# namespace ggplot
export class ggplot extends Plot {
# a tuple list of the plot arguments
args: list;
base: ggplotBase;
clearCanvas: boolean;
# the source data for the ggplot chartting plot, data value type could be dataframe, list, and others
data: any kind;
# the driver flag for the graphics device
driver: Drivers;
# the runtime environment for current ggplot object,
# which is comes from the first
# @M:ggplot.ggplot2.ggplot(System.Object,System.Object,System.Object,SMRUCC.Rsharp.Runtime.Internal.Object.list,SMRUCC.Rsharp.Runtime.Environment)
# function calls.
environment: Environment;
# the theme of the plot
ggplotTheme: Theme;
# does the given plot data has [x,y,z] axis data?
is3D: boolean;
# the plot layers: scatter, line, bar, etc
layers: iterates(ggplotLayer);
legendTitle: string;
main: string;
# works on 2D chart plot
panelBorder: rectElement;
titleOffset: double;
xlabel: string;
ylabel: string;
zlabel: string;
}
base
: ggplotBasedata
: any kinddriver
: DriversggplotTheme
: Themelayers
: iterates(ggplotLayer)panelBorder
: rectElement