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
UMR-ASTRE
sit
Commits
fe9f3f41
Commit
fe9f3f41
authored
Dec 14, 2021
by
Facundo Muñoz
®️
Browse files
Competitiveness: fix mistake in the table of components.
parent
aba70072
Pipeline
#46557
passed with stages
in 12 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
fe9f3f41
...
...
@@ -2,7 +2,7 @@ Package: sit
Type: Package
Title: Analyse Mark-Release-Recapture Data from Sterile Insect
Technique (SIT) Field Experiments
Version: 1.1.2.900
2
Version: 1.1.2.900
3
Authors@R: c(person("Françoise", "Chirara", email =
"francoise.chirara@cirad.fr", role = c("ctb"), comment = "Logo
designer"), person("Facundo", "Muñoz", email =
...
...
R/competitiveness.R
View file @
fe9f3f41
...
...
@@ -98,7 +98,7 @@ sit_competitiveness <- function(
comp_table
<-
data.frame
(
Component
=
c
(
"Sterile-wild m
ortaility
ratio"
,
"Natural fertility"
,
"Sterile-wild m
ale
ratio"
,
"Natural fertility"
,
"Observed fertility in SIT area"
,
"Sterile fertility (assumed)"
),
Value
=
c
(
swmr
,
natural_fertility
,
sit_fertility
,
residual_fertility
)
...
...
Write
Preview
Markdown
is supported
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