I'm trying to apply a function from the corto
package to generate a plot, but when I apply the specific code that this R package recommends I always get this error:
png("mra_datamatneg.png",w=2500,h=3000,res=300)
mraplot(mra_datamatneg,mrs=5)
Error in text.default(x = 0.5, y = 0.5, title, cex = cex, col = "black", : X11 font -adobe-helvetica-%s-%s---%d-------*, face 1 at size 16 could not be loaded**
I use Ubuntu 16.04 and R-4.0.3
But I don't know how I can solve it to be able to finally generate the plot. All the R packages of which it may have dependencies or import I already have them installed. Can someone help me, please?.
You can see in the plot to be generated with mraplot
function.