Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Franssen, Wietse
WFRTools
Commits
cc4f7141
Commit
cc4f7141
authored
Mar 25, 2015
by
Franssen, Wietse
Browse files
Merge branch 'master' of git.wageningenur.nl:frans004/WFRTools
Conflicts: R/WFRTools.R
parents
cce388c8
f17d7e22
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/WFRTools.R
View file @
cc4f7141
...
...
@@ -10,6 +10,7 @@
plotje
<-
function
(
data
,
title
=
NULL
)
{
if
(
is.null
(
title
))
{
if
(
!
is.na
(
data
$
Dates
$
start
[
1
]))
{
title
=
paste0
(
data
$
Variable
$
longName
,
" ["
,
data
$
Variable
$
units
,
"]\n("
,
data
$
Dates
$
start
[
1
],
")"
)
}
else
{
title
=
paste0
(
data
$
Variable
$
longName
,
" ["
,
data
$
Variable
$
units
,
"]"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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