I would like to use together a variable (here the vector element \"type\") and a unit containing a superscript (here m^2) inside n axis label.
data <- li
It works with bquote:
bquote
xlab(bquote('surface of' ~ .(type) ~ '/' ~ m^{2}))