Skip to content

oncojs/survivalplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

For development, run:

npm start

Examples

Usage in React projects

import { SurvivalPlot } from '@oncojs/survivalplot'

function () {
  return (
    <SurvivalPlot
      
    />
  )
}