yearsToMonths {VisitorCounts} | R Documentation |
Converting Annual Counts into Monthly Counts
Description
Convert annual counts into monthly counts using photo-user-days.
Usage
yearsToMonths(visitation_years, pud)
Arguments
visitation_years |
A numeric vector with annual visitation counts. If not available, NA should be entered. |
pud |
A numeric vector for the monthly photo-user-days corresponding to |
Value
A numeric vector with estimated monthly visitation counts based on the annual counts and monthly photo-user-days.
[Package VisitorCounts version 2.0.0 Index]