In some applications, it is required to identify the percentage of each feature on the earth. Is there a way to calculate the percentage of these features numerically?
Here are the steps in brief: Code the land use types you are interested in, 1 for green space, 2 for urban areas etc; extract the codes with the number of corresponding pixels and calculate frequency. You can try 'raster' package in R.