plot - R - Symmetry with hexbin -
plot - R - Symmetry with hexbin -
i plot 2 hexbin graphs r (with bundle 'hexbin') info file 2 columns gr , ug.
the first plot : gr function of ug
the sec plot : ug fonction of gr
why aren't symmetrical?
thanks in advance
notice in both cases hexagons oriented have 2 sides vertical , no sides horizontal. symmetric 1 of plots need have rotated hexagons (2 sides horizontal).
so binning different between 2 graphs , points near boundary in 1st plot may fall different cell (symmetrically) in 2nd plot. while 2 plots similar overall see minor differences due how info binned.
this true in general plots/techniques depend on binning continuous data, slight alter how binning done results in minor changes in results. multiple plots little changes options determine binning see how much things change.
r plot visualization binning symmetry
Comments
Post a Comment