-
Hello, I have a couple questions about scaling and resolution-> I am making individual KUDs, that I want to scale between 0-1, and then average into a single UD to represent the population. The reason for scaling is to account for different sample sizes between individuals, but I want each of their UD’s to have the same “weight” when averaged into the population-level UD. This population UD raster will then be used as a covariate in an RSF. The other covariates/rasters for the RSF are 30m resolution, so I want to make sure my population UD matches that resolution. My questions are:
Code: make kdescatsHR<- catstrack1 %>% make UDscatsHR2<- catsHR %>% look at UD in hr_kde vs UD from kr_ud for the same individual
Thank you so much! Feel free to comment on anything that I’ve proposed doing and I can share more code if needed 😊 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, below some answers:
The units are the units. In you case most likely meters.
I am not sure that I fully understand this. They are on the same resolution and if you use |
Beta Was this translation helpful? Give feedback.
Hi,
below some answers:
The units are the units. In you case most likely meters.
hr_ud()
returns a UD that sums to 1, i.e., a proper pdf. You…