plot method for nci60Fit class
| 1 2 3 4 5 6 | ## S3 method for class 'nci60Fit'
plot(fit, xlab = "Dose", ylab = "Relative growth",
  main = "Fit of NCI60 method", xlim = NULL, ylim = NULL, cex.main = 1,
  cex.axis = 1, cex.lab = 1, axes = TRUE, pcol = "black", pch = 1,
  lcol = "black", lty = 1, ltyh = 1, lwd = 2, type = c("line",
  "points"), h = c(-0.5, 0, 0.5), ...)
 | 
| h | horizontal line to add indicating e.g. GI (h=0.5), TGI (h=0), LD50 (h=-0.5) | 
| ... | additional parameters, not implemented | 
| x | a nci60Fit object as returned by nci60Fit | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.