Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kde option for hr arg #123

Merged
merged 2 commits into from
Nov 13, 2024
Merged

Conversation

robitalec
Copy link
Contributor

The documentation for random_points mentions only MCP is implemented, when the hr arg also accepts "kde".

library(amt)
#> 
#> Attaching package: 'amt'
#> The following object is masked from 'package:stats':
#> 
#>     filter


data(deer)

rp1 <- random_points(deer, hr = 'mcp')

plot(rp1)

rp2 <- random_points(deer, hr = 'kde')

plot(rp2)

Created on 2024-11-13 with reprex v2.1.0

@jmsigner jmsigner merged commit 89788d3 into jmsigner:master Nov 13, 2024
10 of 13 checks passed
@jmsigner
Copy link
Owner

Thanks!

@robitalec robitalec deleted the fix/docs-kde-option branch November 13, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants