0.12-10
-
Replaced use of d3-tip with custom tool tips, and upgraded to D3 version 5.
-
itriplot()
will now take labels from the column names of the probabilities,p
. Also has an option for grid lines. -
Allowed
title
as chart option iniplotMScanone()
,iplotScanone()
,iheatmap()
. -
Added
scat_title
chart option toipleiotropy()
, for a title on the scatterplot panel. -
Filled in some missing text in the help info for
iplotMScanone()
. -
Converted documentation to markdown.
-
Fixed use of
class()
, replacing constructions like"cross" %in% class(object)
withinherits(object, "cross")
.