Skip to content

Commit

Permalink
log axis set as default in mg_plot
Browse files Browse the repository at this point in the history
  • Loading branch information
ampatzia committed Jul 2, 2017
1 parent c56a56d commit 8b39a2c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/main.R
Original file line number Diff line number Diff line change
Expand Up @@ -868,10 +868,8 @@ negTruncLogLike<-function (p, y, core.p)
#' @export
#' @examples mg_plot(panm)

mg_plot<-function(object, collapsed ,use_log){
mg_plot<-function(object, collapsed ,use_log=TRUE){

if (missing(use_log)){
use_log = FALSE}

if (missing(collapsed)){
collapsed = TRUE}
Expand Down

0 comments on commit 8b39a2c

Please sign in to comment.