[f2e496]: / man / standarddaysinyear.Rd

Download this file

21 lines (19 with data), 480 Bytes

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