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
<imgsrc="man/figures/bbplot.png"alt="hexagon software logo, white background with black outline and a black L shaped plot border and the text bbplot in computer code typeface"width="200px"align="right">
[](https://codecov.io/github/dapperstats/bbplot/branch/master)
9
8
10
-
`bbplot` extends base R plotting for [bbs](https://www.computerhope.com/jargon/b/bb.htm) (an endearing shorthand for "baby" as in "ty bb").
9
+
`bbplot` extends base R plotting for [bbs](https://www.computerhope.com/jargon/b/bb.htm) (an endearing shorthand for "baby" as in "ty bb" for "thank you, baby").
11
10
12
-
It is a set of functions written to provide additional flexibility and power
13
-
to R graphics written using the base R plotting functionality provided by
14
-
the graphics and grDevices packages loaded by default with R.
11
+
It is a set of functions written to provide additional flexibility and power to R graphics written using the base R plotting functionality provided by the `graphics` and `grDevices` packages loaded by default with R.
15
12
16
-
The code is designed to specifically mimic the base plotting functions in
17
-
API (e.g., have the same variable inputs named the same and in the same order)
18
-
as well as in function-level syntax.
13
+
The code is designed to specifically mimic the base plotting functions in API (e.g., have the same variable inputs named the same and in the same order) as well as in function-level syntax.
19
14
20
-
We follow the *painters model* of R graphics, where output production occurs in
21
-
steps that are placed with subsequent steps being layered on top of earlier
22
-
steps. We seek to extend the classical painter model to allow for removal
23
-
of earlier steps, although this is not yet implemented.
15
+
We follow the *painters model* of R graphics, where output production occurs in steps that are placed with subsequent steps being layered on top of earlier steps.
16
+
We seek to extend the classical painter model to allow for removal of earlier steps, although this is not yet implemented.
24
17
25
-
A formal written definition of the code and design asthetics is forthcoming.
18
+
A formal written definition of the code and design aesthetics is forthcoming.
26
19
27
20
## Status: Experimental, Active Development
28
21
29
-
The `bbplot` package is currently being actively developed, and is an early
30
-
stage of package construction from disparate function code.
22
+
The `bbplot` package is currently being actively developed, and is an early stage of package construction from disparate function code.
0 commit comments