Skip to content

0.12-10

Compare
Choose a tag to compare
@kbroman kbroman released this 25 Sep 11:56
  • 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 in iplotMScanone(), iplotScanone(), iheatmap().

  • Added scat_title chart option to ipleiotropy(), 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) with inherits(object, "cross").