Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cute_little_R_functions
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gael MILLOT
cute_little_R_functions
Commits
43e390c1
Commit
43e390c1
authored
5 years ago
by
Gael MILLOT
Browse files
Options
Downloads
Patches
Plain Diff
v4.8.0 release
parent
f4b6a775
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+5
-0
5 additions, 0 deletions
README.md
cute_little_R_functions.R
+2
-2
2 additions, 2 deletions
cute_little_R_functions.R
cute_little_R_functions.docx
+0
-0
0 additions, 0 deletions
cute_little_R_functions.docx
with
7 additions
and
2 deletions
README.md
+
5
−
0
View file @
43e390c1
...
...
@@ -63,6 +63,11 @@ Check for updated versions (most recent tags) at https://gitlab.pasteur.fr/gmill
#### WHAT'S NEW IN
## v4.8.0
1) magnific argument removed in fun_feature_post_plot() because no need anymore
## v4.7.0
1) check of numeric arguments: class = "numeric" -> mode = "numeric" to allow for integers values in these arguments
...
...
This diff is collapsed.
Click to expand it.
cute_little_R_functions.R
+
2
−
2
View file @
43e390c1
################################################################
## ##
## CUTE LITTLE R FUNCTIONS v4.
7
.0 ##
## CUTE LITTLE R FUNCTIONS v4.
8
.0 ##
## ##
## Gael A. Millot ##
## ##
...
...
@@ -1902,7 +1902,7 @@ fun_graph_param_prior_plot <- function(param.reinitial = FALSE, xlog.scale = FAL
# Check OK: clear to go Apollo
fun_feature_post_plot
<-
function
(
x.side
=
0
,
x.log.scale
=
FALSE
,
x.categ
=
NULL
,
x.categ.pos
=
NULL
,
x.lab
=
""
,
x.axis.magnific
=
1.5
,
x.label.magnific
=
1.5
,
x.dist.legend
=
0.5
,
x.nb.inter.tick
=
1
,
y.side
=
0
,
y.log.scale
=
FALSE
,
y.categ
=
NULL
,
y.categ.pos
=
NULL
,
y.lab
=
""
,
y.axis.magnific
=
1.5
,
y.label.magnific
=
1.5
,
y.dist.legend
=
0.5
,
y.nb.inter.tick
=
1
,
text.angle
=
90
,
tick.length
=
0.5
,
sec.tick.length
=
0.3
,
bg.color
=
NULL
,
grid.lwd
=
NULL
,
grid.col
=
"white"
,
corner.text
=
""
,
magnific
=
1.5
,
magnific.corner.text
=
1
,
just.label.add
=
FALSE
,
par.reset
=
FALSE
,
custom.par
=
NULL
){
fun_feature_post_plot
<-
function
(
x.side
=
0
,
x.log.scale
=
FALSE
,
x.categ
=
NULL
,
x.categ.pos
=
NULL
,
x.lab
=
""
,
x.axis.magnific
=
1.5
,
x.label.magnific
=
1.5
,
x.dist.legend
=
0.5
,
x.nb.inter.tick
=
1
,
y.side
=
0
,
y.log.scale
=
FALSE
,
y.categ
=
NULL
,
y.categ.pos
=
NULL
,
y.lab
=
""
,
y.axis.magnific
=
1.5
,
y.label.magnific
=
1.5
,
y.dist.legend
=
0.5
,
y.nb.inter.tick
=
1
,
text.angle
=
90
,
tick.length
=
0.5
,
sec.tick.length
=
0.3
,
bg.color
=
NULL
,
grid.lwd
=
NULL
,
grid.col
=
"white"
,
corner.text
=
""
,
magnific.corner.text
=
1
,
just.label.add
=
FALSE
,
par.reset
=
FALSE
,
custom.par
=
NULL
){
# AIM:
# redesign axis. If x.side = 0, y.side = 0, the function just adds text at topright of the graph and reset par() for next graphics and provides outputs (see below)
# provide also positions for legend or additional text on the graph
...
...
This diff is collapsed.
Click to expand it.
cute_little_R_functions.docx
+
0
−
0
View file @
43e390c1
No preview for this file type
This diff is collapsed.
Click to expand it.
Preview
0%
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