Skip to content

Commit

Permalink
doc: cite
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot committed Jun 16, 2023
1 parent a45ceb0 commit 6d54f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/random/draws.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ network. Each interaction is considered as an independent Bernoulli trial.
###### References
[Poisot2015structure](@cite)
[Poisot2015structure](@citet)
"""
function randomdraws(N::SpeciesInteractionNetwork{<:Partiteness, <:Probabilistic})
edges = Binary(zeros(Bool, size(N.edges.edges)))
Expand Down
2 changes: 1 addition & 1 deletion src/random/linearfilter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
###### References
[Stock2017Linear](@cite)
[Stock2017Linear](@citet)
"""
function linearfilter(N::SpeciesInteractionNetwork{<:Partiteness, <:Binary}; α::Vector{T}=ones(4)) where {T <: AbstractFloat}
@assert length(α) == 4
Expand Down

0 comments on commit 6d54f2d

Please sign in to comment.