开发者社区 问答 正文

Jupyter中R语言中的is.element(x, y) 方法的作用是什么?

Jupyter中R语言中的is.element(x, y) 方法的作用是什么?

展开
收起
游客itr54lankkdrg 2021-12-01 18:46:32 546 分享 版权
1 条回答
写回答
取消 提交回答
  • 对x中每个元素,判断是否在y中存在,TRUE为x,y重共有的元素,Fasle为y中没有。 x和y是没有重复的同一类数据,比如向量集

    2021-12-01 18:46:46
    赞同 展开评论