cgplab / RadAR

A tool to perform comprehensive analysis of high-dimensional radiomic datasets
MIT License
14 stars 5 forks source link

argument function import_radiomic_table() #4

Open isglobal-brge opened 3 years ago

isglobal-brge commented 3 years ago

Just I minor typo ... probably due to copy & paste

In the vignette you wrote

rdr <- import_radiomic_table(dir = "PATH/TO/RADIOMIC_TABLE")

and the argument for this function is file instead of dir

import_radiomic_table <- function (file = NULL)

Juan

PS\ One of my PhD is going to do a PR for another issue you have with boxplots

matteobenelli commented 3 years ago

Thank you Juan, will fix in the next release.