powered by
Function creates a 2d measures object that can be used with l_ng_plots and l_ng_ranges.
l_ng_plots
l_ng_ranges
measures2d(data, ...)
a measures object
a data.frame with the data used to calculate the measures
named arguments, name is the function name and argument is the function to calculate the measure for each variable.
For more information run: l_help("learn_R_display_graph.html#measures")
l_help("learn_R_display_graph.html#measures")
l_ng_plots, l_ng_ranges, measures2d
measures2d
m <- measures2d(oliveAcids, separator='*', cov=cov, cor=cor) m m() m(keep=olive$palmitic>1360) m('data') m('grid') m('measures')
Run the code above in your browser using DataLab