We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
data$area_swept1 <- data$doorspread_m * (data$speed_mpm * data$duration_min) data$area_swept2 <- data$tow_length_m * data$doorspread_m data$area_swept <- ifelse(!is.na(data$area_swept2), data$area_swept2, data$area_swept1) data <- dplyr::filter(data, !is.na(area_swept))
Note area_km is stratum area! At least add to docs?
area_km
The text was updated successfully, but these errors were encountered:
This has been done in the trials branch. Awaits merge into master branch.
Sorry, something went wrong.
No branches or pull requests
Note
area_km
is stratum area! At least add to docs?The text was updated successfully, but these errors were encountered: