Is the a way to reduce the default space between a symbol and the related text in legend in R? I only found how to change space between legend items but not between symbol and text.
par(lwd=1,mai=c(0,0,0,0))
plot.new()
legend(x="left", inset =0,
c("Simulated by the model"),
lty=c(1,NA),pch=c(NA,"o"),lwd=c(2,3), col=c("black","red"), box.col=NA,horiz=TRUE,cex=1.5,text.width = c(0.3,0.3))