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
pelaverse
RLA
Commits
5cf5585f
Commit
5cf5585f
authored
Jul 05, 2021
by
Mathieu Genu
Browse files
Fix summary_plot error
parent
04162007
Pipeline
#22520
failed with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
R/summary_plot.R
View file @
5cf5585f
...
...
@@ -57,7 +57,7 @@ summary_plot <- function(pop_dynamic, lower_zero = FALSE) {
)
tmp_df
<-
c
(
"abundance"
,
"depletion"
,
"birthrate"
,
"productivity"
)
%>%
lapply
(
function
(
x
)
getElement
(
h
p
,
x
))
%>%
lapply
(
function
(
x
)
getElement
(
p
op_dynamic
,
x
))
%>%
do.call
(
cbind
,
.
)
%>%
as.data.frame
()
%>%
mutate
(
time
=
1
:
n
())
%>%
...
...
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