meta | R Documentation |
Read and write metadata information of a NetCDF files
meta(file = NA, var = "?", att = NA, action = "read", value = NA, verbose = F)
file |
file name |
var |
variable name, 0 to global and "?" to ask all names |
att |
attribute names (NA for get all attnames) |
action |
Read or write attribute, get return the value |
value |
value to write |
verbose |
display additional information |
nc <- paste0(system.file("extdata",package="hackWRF"),"/small.nc")
meta(nc)
meta(nc,att = "Title")
meta(nc,var = "?")
meta(nc,var = "so2")
meta(nc,var = "so2",att = "long_name")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.