0

有人能告诉我为什么会出现 t(dat1) 中的错误:找不到对象 'dat1',以及为什么is.element("pairwise", names(x)) 中的错误:找不到对象 'pwStats'也是如此吗?

我是 R 新手,我正在尝试可视化此处显示的 Djost 图:

pwStats <-fastDivPart(infile = microsatellitecoyreadyforR, 

                       outfile = "Coyote_resultspwstats",

                       gp = 2, bs_locus = TRUE,

                       bs_pairwise = TRUE, boots = 3)
Error in t(dat1) : object 'dat1' not found

 #visualize pwStats 

 diffPlot(x=pwStats,outfile = "Coyote_resultspwstats", interactive=TRUE)
Error in is.element("pairwise", names(x)) : object 'pwStats' not found
4

0 回答 0