r - Cannot find function readDICOM, though oro.dicom is installed -


i struggeling reading dicom files in r. have installed oro.dicom package, using:

install.packages("oro.dicom", repos="https://cran.cnr.berkeley.edu/") 

i have set working directory files located.

when trying read dicom file, using...

slice=readdicom("im-0001-0011.dcm") 

... following error message:

error: not find function "readdicom" 

can help? thank you, lena

you should load package library(oro.dicom) fisrt before use functions package,


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -