Breaking changes
- Now, all
*_free()
layouts have been removed, all layout has been splitted into two type: align
discrete or continous vairables.
New features
-
new helper function
memo_order()
to reorder the oncoplot samples. -
new
geom_subrect()
andgeom_subtile()
to subdivide rectangles with shared borders into a grid. -
new
cross_link
function to reset the layout ordering index or layout panel group, and
add plot to connect selected observations. -
new
cross_mark
function to reset the layout ordering index or layout panel group, and
add plot to annotate observations. -
new
pair_links()
function to create pairs of observation groups. -
new
mark_draw()
,mark_line()
,mark_tetragon()
to define the links to
connect the marked observations. -
new
link_draw()
,link_line()
,link_tetragon()
to define the links to
connect a pair of observations -
new
ggmark()
to add a plot to annotate selected observations. -
new
element_vec()
functions to apply function to the vectorized fields of
the theme element object. -
new
no_expansion()
function to remove scale expansion. -
new layout
circle_layout()
to arrange plot in a circular. -
new
raster_magick()
function to post-processing the image raster withmagick
package was added. -
new
fortify_matrix.GISTIC()
method forGISTIC
object frommaftools
package (#24). -
+
operator now will respectwith_quad()
. -
new
ggalign_attr_set()
andggalign_attr_get()
for basic operations of attached attribute. -
new
geom_draw()
function to draw ggplot2 layer with customized draw function.
Bug fixes
-
fix breaks and labels not work well in discrete scale (#30, #32)
-
fix wrong results of
fortify_matrix.MAF()
method
Improvements
-
Now,
with_quad()
wraps the object into a list with the classwith_quad
. This approach offers greater flexibility in defining the actions associated withwith_quad
, allowing for more customizable behavior (#26, @Yunuuuu). -
Now, we always set as.table = FALSE when using ggplot2
facet_*()
functions,
we don't need to reorder thepanel
when drawing. -
free_gg
,align
and the newcross_link
objects have been collapsed to one classggalign_plot