getCycles | R Documentation |
Gets the cycles data.frame
from one or more NPSForVeg
objects.
getCycles(object, cycles = NA, years = NA)
object |
Either a data.frame like that stored in the |
cycles |
A vector of cycle codes. Will only return data from those cycles. |
years |
A length 1 numeric vector containing one or more years. Will only return cycles that include those years. |
When the "object" is a data.frame
or a single NPSForVeg
object this function will return the data.frame
in
the "Cycles" slot
. This data.frame
will be filtered as specified in the other arguments. When "object" is a list
then a list
is returned. Each element of the list
will be the filtered data.frame
from "Cycles" slot
from
the input NPForVeg
objects.
Either a data.frame
or a list
containing the contents of the "Cycles" slot for one or more NPSForVeg
objects.
## Not run:
ncrn <- importNCRN("C:/Data")
latest_data <- getCycles(ncrn, cycles = 5)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.