a b/man/standarddaysinyear.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/common.R
3
\name{standarddaysinyear}
4
\alias{standarddaysinyear}
5
\title{Return the number of days in the year}
6
\usage{
7
standarddaysinyear()
8
}
9
\value{
10
The number of days in the year
11
}
12
\description{
13
This allows the user control over
14
whether the package uses 365.25, 365 (or any other number) of days
15
in a year.
16
}
17
\details{
18
The number of days in a month is then set as daysinyear()/12
19
}
20