[R-es] Error in plot.new() : figure margins too large

Manuel Mendoza mmendoz@ @end|ng |rom |u|br|ghtm@||@org
Vie Nov 22 20:19:59 CET 2019


Hola erreros, a ver si alguien puede ayudarme a resolver este error: Error
in plot.new() : figure margins too large.
En la red hay un montón de gente con el mismo error, les dan múltiples
soluciones, pero a mi no me funciona ninguna 😕

Aquí tenéis el script:

library(matrixStats)

mat<-data.frame(replicate(78873, runif(1142)))
mat$mean<-transform(mat, apply(mat,1, mean))
mat$sd<-transform(mat, apply(mat,1, sd))
mat$cv<-transform(mat, apply(mat,1, sd))/transform(mat, apply(mat,1, mean))

windows()
plot(mat$mean,mat$sd)

Muchas gracias, como siempre,
Manuel

Error in plot.new() : figure margins too large

	[[alternative HTML version deleted]]



Más información sobre la lista de distribución R-help-es