Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/unigdPublic

Commit54f3481

Browse files
committed
Spell check
1 parent794bce7 commit54f3481

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

‎R/unigd.R‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ ugd_render <- function(page = 0,
259259

260260
#' Render unigd plot to a file.
261261
#'
262-
#' See [ugd_render()] foracessing plot data directly in memory without
262+
#' See [ugd_render()] foraccessing plot data directly in memory without
263263
#' saving as a file.
264264
#' This function will only work after starting a device with [ugd()].
265265
#'

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ See [the guide](https://nx10.github.io/unigd/articles/b00_guide.html) for more d
3838

3939
##Contributions welcome!
4040

41-
`unigd` is mostly written in C++, but contributions to the tests (in R) or thedocumentatation are also always welcome!
41+
`unigd` is mostly written in C++, but contributions to the tests (in R) or thedocumentation are also always welcome!
4242

4343
##About&amp; License
4444

‎man/ugd_save.Rd‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎vignettes/b00_guide.Rmd‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ hist(temp, col="darkblue") # (2) Plot a histogram
2626
dev.off()# (3) Close the device
2727
```
2828

29-
Note that this has some unfortunatecontstraints:
29+
Note that this has some unfortunateconstraints:
3030

3131
- Rendering information must be specified_before_ the plot is created
3232
- File format (`png()`,`pdf()`,`svg()`, ...)
@@ -88,7 +88,7 @@ The next section will illustrate how to access the render data directly without
8888

8989
For some applications, you might want to access the rendered data directly.
9090
Example use-cases for this might be report generation, web services or interactive applications.
91-
While you can most likely think ofwork-arounds for this issue, this`unigd`
91+
While you can most likely think ofworkarounds for this issue, this`unigd`
9292
feature will certainly lower code complexity and increase performance.
9393

9494
Rendering in-memory is done by simply calling`ugd_render(...)` instead of`ugd_save(...)`:
@@ -223,7 +223,7 @@ not go into too much detail about this topic but here are some noteworthy mentio
223223

224224
-`"strings"`-renderer
225225
- All text elements inside a plot
226-
- Linebreakseperated plain text format
226+
- Linebreakseparated plain text format
227227
- Could be used to e.g. 'search' through plots
228228
-`"meta"`-renderer
229229
- Meta information about the plot

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp