plot_nsr | R Documentation |
Graphical representation of the calculated MNSRs over the respective grid resolutions. Highlighting of the optimal MNSR value.
plot_nsr(obj, ylimit = NULL, xtext = NULL, ytext = NULL, legend = "topright")
obj |
The output of |
ylimit |
Numerical value. y-axis limit |
xtext |
Numerical value. x-coordinate for the text within the graphic, which marks the optimal MNSR value. Default is NULL, so the value is automatically set depending on the position of the optimal MNSR_value. |
ytext |
Numerical value. Analogous to xtext |
legend |
Position of the legend. See |
A graph showing the MNSR values of vario_nsr
depending on the respective grid resolution. In addition, the optimal MNSR value is shown on the corresponding grid resolution with a red line with the lettering which indicates the respective grid resolution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.