File: RcppExports.R

package info (click to toggle)
r-cran-wordcloud 2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 168 kB
  • sloc: cpp: 30; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

is_overlap <- function(x11, y11, sw11, sh11, boxes1) {
    .Call('_wordcloud_is_overlap', PACKAGE = 'wordcloud', x11, y11, sw11, sh11, boxes1)
}