Plot a Hovmoeller or fingerprint plot

mf_hmplot(data, col_plot, title_var = col_plot, inter_var, auto.range = TRUE,
    auto.class = 9, colset = 2, ny, y, yat, ylab, x, xat)

Arguments

data

a dataframe

col_plot

column to plot

title_var

title of each sub plot

inter_var

user defined interval if au.range = FALSE

auto.range

logical auto.class=9,

ny

how many ys. for example, ny = 48 for harf hourly data

y

y value (row number) in the plot. must be integer. 0:24 for harf hourly data

Value

multiple figures

Examples