plot_netcdf.Rd
Loads the tower data from an HDF5 file generated by ED and will plot the values against one another. The default is for the given variable to be plotted against time.
plot_netcdf(
datafile,
yvar,
xvar = "time",
width = 800,
height = 600,
filename = NULL,
year = NULL
)
the specific datafile to use.
the variable to plot along the y-axis.
the variable to plot along the x-axis, by default time is used.
the width of the image generated, default is 800 pixels.
the height of the image generated, default is 600 pixels.
is the name of the file name that is generated, this can be null to use existing device, otherwise it will try and create an image based on filename, or display if x11.
the year this data is for (only used in the title).