I am performing principal component analysis (PCA) of the topographic data and soil properties in R using function prcomp(). And I standardized the data using function scale (data). But I am bit confused with the standardization of the variables like soil pH (which is negative logarithm) and aspect of the site. Is there any different method to standardize these variables?

Similar questions and discussions