Hi,
i think, the documentation and calcuation of spk (Reduced Peak Height) and svk (Reduced Valley Depth) in geodiv differs from reverence ("See Figure 2a from Kedron et al. (2018) for more details") and its original reference.
geodiv currently calculates the values based on the distribution.
for example,
spk = abs((1 - stats::quantile(f, probs = 0)) - (1 - stats::quantile(f, probs = smr1)))[[1]]
This is the distance between max. peak height (sp or as geodiv calles it sph) and the highest intersection point of the least mean square line fit to the flattest 40% of the bearing area curve.
But in Kendo et. al is using the height of upper left triangle in Abbott curve. The area of this triangle is the same as the area between the horizontal line and the bearing area ratio curve (cf. ref. 2)
This difference can be seen in the original image, where the absolut Spk level is different from Sp
http://www.imagemet.com/WebHelp6/Content/Images/BearingCurveSvk.png
Can you please check this?
references:
- Kedron, P.J., Frazier, A.E., Ovando-Montejo, G.A. et al. Surface metrics for landscape ecology: a comparison of landscape models across ecoregions and scales. Landscape Ecol 33, 1489–1504 (2018). https://doi.org/10.1007/s10980-018-0685-1
- Image Metrology (2017) User’s guide. http://www.imagemet.com/WebHelp6/Default.htm. Accessed 7 Feb 2017
Hi,
i think, the documentation and calcuation of spk (Reduced Peak Height) and svk (Reduced Valley Depth) in geodiv differs from reverence ("See Figure 2a from Kedron et al. (2018) for more details") and its original reference.
geodiv currently calculates the values based on the distribution.
for example,
spk = abs((1 - stats::quantile(f, probs = 0)) - (1 - stats::quantile(f, probs = smr1)))[[1]]
This is the distance between max. peak height (sp or as geodiv calles it sph) and the highest intersection point of the least mean square line fit to the flattest 40% of the bearing area curve.
But in Kendo et. al is using the height of upper left triangle in Abbott curve. The area of this triangle is the same as the area between the horizontal line and the bearing area ratio curve (cf. ref. 2)
This difference can be seen in the original image, where the absolut Spk level is different from Sp
http://www.imagemet.com/WebHelp6/Content/Images/BearingCurveSvk.png
Can you please check this?
references: