Skip to content

Commit

Permalink
fix: plot decisiontree csv
Browse files Browse the repository at this point in the history
  • Loading branch information
ESCRI11 committed Mar 18, 2024
1 parent d80ba00 commit 52f2f64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/board.biomarker/R/biomarker_plot_decisiontree.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ biomarker_plot_decisiontree_ui <- function(
info.text = info.text,
options = NULL,
caption = caption,
download.fmt = c("png", "pdf", "csv"),
download.fmt = c("png", "pdf"),
width = width,
height = height
)
Expand Down Expand Up @@ -84,7 +84,6 @@ biomarker_plot_decisiontree_server <- function(id,
plotlib = "base", # does not use plotly
func = plot.RENDER,
func2 = plot.RENDER, # no separate modal plot render
csvFunc = plot_data,
res = c(60, 100),
pdf.width = 10, pdf.height = 6,
add.watermark = watermark
Expand Down

0 comments on commit 52f2f64

Please sign in to comment.