Skip to content

Commit

Permalink
last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Nov 19, 2015
1 parent 452c675 commit dbd3834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/itemplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ itemplot <- function(object, item, type = 'trace', degrees = 45, CE = FALSE, CEa
CEalpha=CEalpha, CEdraws=CEdraws, drop.zeros=drop.zeros, rot=rot,
theta_lim=theta_lim, par.strip.text=par.strip.text,
par.settings=par.settings, auto.key=auto.key, ...)
if(object@Options$exploratory)
if(!is.list(object) && object@Options$exploratory)
ret$main <- paste0(ret$main, ' (rotate = \'', rotate, '\')')
return(ret)
}

0 comments on commit dbd3834

Please sign in to comment.