{charts} R# Documentation

charts


require(R);

#' chartting plots for R#
imports "charts" from "graphics";

chartting plots for R#

chartting plots for R#

.NET clr type export
contours: ContourLayer


.NET clr function exports
pie

Pie Charts

Draw a pie chart.

barplot

Bar Plots

Creates a bar plot with vertical or horizontal bars.

upset
serial

create a new serial for scatter plot

violin

Violin plot

A violin plot is a compact display of a continuous distribution. It is a blend of boxplot and density: a violin plot is a mirrored density plot displayed in the same way as a boxplot.

fillPolygon
contourPlot

A contour plot is a graphical technique for representing a 3-dimensional surface by plotting constant z slices, called contours, on a 2-dimensional format. That is, given a value for z, lines are drawn for connecting the (x,y) coordinates where that z value occurs. The contour plot Is an alternative To a 3-D surface plot.


[Document Index]