Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gael MILLOT
cute_little_R_functions
Commits
43e390c1
Commit
43e390c1
authored
Apr 16, 2019
by
Gael MILLOT
Browse files
v4.8.0 release
parent
f4b6a775
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
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
...
...
cute_little_R_functions.R
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
...
...
cute_little_R_functions.docx
View file @
43e390c1
No preview for this file type
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment