You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/fplot.R
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,28 @@
1
1
#' Aggregate/conditional graphs and automatic layout using formulas
2
2
#'
3
-
#' \pkg{fplot} provides automatic plotting of common graphs (distributions, lines, bar plots and boxplots). The syntax uses formulas, allowing aggregate/conditional/weighted graphs with minimum efforts. The many arguments are automatically adjusted to the data in order to provide the nicest and most meaningful graphs.
3
+
#' \pkg{fplot} provides automatic plotting of common graphs (distributions, lines,
4
+
#' bar plots and boxplots). The syntax uses formulas, allowing
5
+
#' aggregate/conditional/weighted graphs with minimum efforts. The many arguments
6
+
#' are automatically adjusted to the data in order to provide the nicest and most meaningful graphs.
4
7
#'
5
8
#' @details
6
9
#'
7
10
#' The core functions is \code{\link[fplot]{plot_distr}} to draw distributions.
8
-
#' Two other graphical functions are provided for convenience: \code{\link[fplot]{plot_lines}} to represent the (usually temporal) evolution of some variables, and \code{\link[fplot]{plot_box}} to easily represent conditional boxplots.
11
+
#' Two other graphical functions are provided for convenience: \code{\link[fplot]{plot_lines}}
12
+
#' to represent the (usually temporal) evolution of some variables,
13
+
#' and \code{\link[fplot]{plot_box}} to easily represent conditional boxplots.
9
14
#'
10
-
#' It also integrates tools to easily export graphs: \code{\link[fplot]{pdf_fit}} and \code{\link[fplot]{png_fit}}. In these functions, instead of providing the size of the graphics, you instead give the point size that the text should have in the final document--because an exported graph usually ends up in a document. You can set the size of your document with the function \code{\link[fplot]{setFplot_page}}. If you use the function \code{\link[fplot]{fit.off}} to close the connection, you will also see how the export looks like in the Viewer pane.
15
+
#' It also integrates tools to easily export graphs: \code{\link[fplot]{pdf_fit}} and
16
+
#' \code{\link[fplot]{png_fit}}. In these functions, instead of providing the size of
17
+
#' the graphics, you instead give the point size that the text should have in the final
18
+
#' document--because an exported graph usually ends up in a document. You can set the
19
+
#' size of your document with the function \code{\link[fplot]{setFplot_page}}.
20
+
#' If you use the function \code{\link[fplot]{fit.off}} to close the connection,
21
+
#' you will also see how the export looks like in the Viewer pane.
22
+
#'
23
+
#' It offers a handy tool, [`export_graph_start`], to easily export graphs with the
24
+
#' objective to fit into a document. Some common graphical parameters can be directly
0 commit comments