Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QueryR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Lopez
QueryR
Commits
e6b9f282
Commit
e6b9f282
authored
7 years ago
by
stepan
Browse files
Options
Downloads
Patches
Plain Diff
Update FastR graphics support documentation
parent
fe8b931b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
documentation/graphics.md
+9
-1
9 additions, 1 deletion
documentation/graphics.md
with
9 additions
and
1 deletion
documentation/graphics.md
+
9
−
1
View file @
e6b9f282
# Introduction
There are two main built-in R packages that provide basic graphical output
support:
*graphics*
and
*
lattice
*
. They both use some parts of even lower level
support:
*graphics*
and
*
grid
*
. They both use some parts of even lower level
*grDevices*
package, which allows users to change the "device" to which the
graphical output will be drawn. The probably most popular graphical packages
*lattice*
and
*ggplot2*
are build on top of the
*grid*
package.
...
...
@@ -84,5 +84,13 @@ method and pass the graphics object to R code using `PolyglotEngine`.
The R code can do any
*grid*
based visualization and it will be directly
displayed in the UI.
# Limitations
FastR's grid implementation does not yet support:
*
expressions in
`grid.text`
*
`grid.xspline`
function
*
clipping
FastR does not plan to implement the R graphics engine display list
and related functions. However, the grid display list is implemented.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment