a dataframe containing the percentages of the landscape variables named landnames (in columns) in buffers of sizes described in d and centered on locations described in loc.sf (in rows).
Arguments
d
a vector of the distances of the buffer sizes. The length of d has to be equal to that of landnames.
sfGIS
an object of class sf containing the landscape variables (land uses). Landscape variables are equal to 1 (presence) or 0 (absence).
loc.sf
an object of class sf or a dataframe containing locations of buffers centers. For dataframe, locations have to be given in columns "X" and "Y".
landnames
a vector of characters of the names of the landscape variables
border
a logical (FALSE by default). If border=FALSE buffers are computed from the locations points given in loc.sf If border=TRUE buffers are computed from the border of the polygon that contain the points in loc.sf.