round_to_seq: Takes a numeric vector and maps it into a finite length...

View source: R/plot_diffnet2.r

round_to_seqR Documentation

Takes a numeric vector and maps it into a finite length sequence

Description

Takes a numeric vector and maps it into a finite length sequence

Usage

round_to_seq(x, nlevels = 20, as_factor = FALSE)

Arguments

x

A numeric or integer vector.

nlevels

Integer scalar. Length of the sequence to be map onto.

as_factor

Logical scalar. When TRUE the resulting vector is factor.

Value

A vector of length length(x) with values mapped to a sequence with nlevels unique valuess

See Also

Used in diffmap and plot_diffnet2

Examples


x <- rnorm(100)
w <- data.frame(as.integer(round_to_seq(x, as_factor = TRUE)),x)
plot(w,x)


USCCANA/netdiffuseR documentation built on Sept. 5, 2023, 12:31 a.m.