myriamlr / exposition-family

Automatically exported from code.google.com/p/exposition-family
0 stars 0 forks source link

'col' isnt the only call that needs as.matrix(rep( )) #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. prettyPlot(input, pch=<scalar>, cex=<scalar>, col=<scalar>
2. I assume the other calls of prettyPlot that could be scalars all fail unless 
I preface the scalar with "as.matrix(rep(<scalar>,nrow(input)))"
3.

What is the expected output? What do you see instead?
Error: 
Error in if (is.null(cex) || nrow(cex) != nrow(data_matrix)) { : 
  missing value where TRUE/FALSE needed

What version of the product are you using? On what operating system?
1.9's, windows 8

Please provide any additional information below.

Original issue reported on code.google.com by kriegsma...@gmail.com on 27 Apr 2013 at 1:45

GoogleCodeExporter commented 9 years ago
These should all be fixed now. In prettyPlot, they all get a set of defaults.

Original comment by DerekBea...@gmail.com on 13 May 2013 at 3:28