I'm working on a meta-analysis of data extracted from scientific literature. One paper reported their data as $ln(mm^2)$ (see panel F in the figure below from https://doi.org/10.1007/s11258-009-9695-z). I need to convert this to raw $cm^2$ as they were originally measured.
How should I do this conversion?

It does not make sense to take $\ln$ of a dimension; i.e. the argument of $\ln$ should be dimensionless. That said, if we are considering the values $y = \ln \left( \frac{x}{1 \text{ mm}^2} \right)$, then note that $x = (1 \text{ mm}^2) e^y$. And since $1 \text{ mm}^2 = 10^{-2} \text{ cm}^2$, then $x = (10^{-2} \text{ cm}^2) e^y$.