Skip to content

Commit

Permalink
add negDashed argument to FactorGraph()
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbh committed Aug 7, 2018
1 parent 6a15155 commit 74296f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion man/FactorGraph.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Wrapper function around qgraph() that draws factor graphs for (time-varying) MGM
FactorGraph(object, colors, labels, PairwiseAsEdge = FALSE,
Nodewise = FALSE, DoNotPlot = FALSE,
FactorLabels = TRUE, shapes = c("circle", "square"),
shapeSizes = c(8, 4), estpoint = NULL, ...)
shapeSizes = c(8, 4), estpoint = NULL,
negDashed = FALSE, ...)
}


Expand Down Expand Up @@ -45,6 +46,9 @@ A numeric vector of length two indicating the size of shapes for nodes and facto
}
\item{estpoint}{
An integer indicating the estimation point to display if the output object of a time-varying MGM is provided.
}
\item{negDashed}{
If \code{negDashed = TRUE}, edges with negative sign are dashed.
}
\item{\dots}{
Arguments passed to qgraph.
Expand Down

0 comments on commit 74296f0

Please sign in to comment.