Skip to content

Commit

Permalink
Pass point.alpha to plotting function
Browse files Browse the repository at this point in the history
Closes #25
  • Loading branch information
jacob-long committed Dec 14, 2019
1 parent 44140ac commit b1e24c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Bugfixes:
* Plotting functions no longer fail with incomplete source data.
* Plotting functions now respect the order of `modx.values` and `mod2.values`
arguments. (#29)
* `interact_plot()` no longer ignores the `point.alpha` argument. (#25)

# interactions 1.1.1

Expand Down
2 changes: 1 addition & 1 deletion R/interact_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ interact_plot <- function(model, pred, modx, modx.values = NULL, mod2 = NULL,
modxvals2 = modxvals2, mod2vals2 = mod2vals2,
weights = weights, rug = rug, rug.sides = rug.sides,
point.size = point.size, point.shape = point.shape,
facet.modx = facet.modx)
facet.modx = facet.modx, point.alpha = point.alpha)

}

Expand Down

0 comments on commit b1e24c4

Please sign in to comment.