mc_info_count {myClim} | R Documentation |
Count data
Description
This function return data.frame with the number of localities, loggers and sensors of input myClim object.
Usage
mc_info_count(data)
Arguments
data |
myClim object see myClim-package |
Value
data.frame with count of localities, loggers and sensors
Examples
count_table <- mc_info_count(mc_data_example_raw)
[Package myClim version 1.1.0 Index]